Skip to content

kosmios1/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game Of Life

Get started

To build the project run:

cargo build --release
./target/release/gol

or if you want to directly run the game:

cargo run --release

How to play

  • Pressing p the progression of the game can be started/stoped.
  • Pressing mouse left click will spawn a live cell on the position of the mouse pointer.
  • Pressing mouse right click will kill the cell on the positon of the mouse pointer.

To exit the game you can simply press esc.

About

Game Of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages