game-of-life.mp4
I made this project as a way to learn rust. It's a simple implementation of Conway's game of life in the console.
cargo build --release
./target/release/game-of-life-conway
or cargo run
For use app of github release page to download the binary.
Note: In linux you need to give execution permission to the binary with
chmod +x game-of-life-conway
.