An implementation of the game of life by John Conway in Rust using Piston as a gui
To run, simply run cargo run
, it will fetch the dependencies and start the game
R
- Run simulationN
- Step over one generationC
- Clear boardLeft Click
- Toggle cellRight Click
- Count adjacent neighbors
I've really trying to learn Rust, but never got the time to do it, and I had a pending quarrel with the Game of Life (an old assignment from when I started studying CS). It was fun, there're bugs, but it is what it is.