An implementation of Conway's Game of Life in Rust, featuring a graphical interface and user control.
- Graphical interface for visualizing the game state
- User control for playing, pausing, and adding cells
- Written in Rust
Clone Repo
git clone https://github.com/tomip01/conways.git && cd conwaysRun
make runIn game
- Pause/Resume game with Space
- Add cells with left click on a Paused Game
- Remove cells with right click on a Paused Game