An implementation of Conway's Game of Life in Rust.
Clone the repository and cd into it:
$ git clone https://github.com/burniintree/conway-s-game-of-life
$ cd conway-s-game-of-life
$ cargo build --release
You can find it under target/release/gol
$ cargo run --release
$ cargo install
$ gol
You can close it with Escape, pause with Space, kill everithing with c, and let everithing live with f. When the game is paused, you can click on cells to toggle their current status.