John Conway's famous Game of Life implemented in Rust with Bevy.
cargo run
The following controls are available.
- MOUSE click to activate new cells
- SPACEBAR pause the simulation
- N do a single iteration
- BACKSPACE clear the board
- 0-9 spawn a number of gliders at random positions
- ESCAPE or Q to quit