To build the project run:
cargo build --release
./target/release/gol
or if you want to directly run the game:
cargo run --release
- 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
.