game-of-life-rs
is a simple app which implements Conway's Game of Life in 2D right in your terminal. The goal was for this to be an introduction to Rust and I hope that it offers a straightforward first look at the language for beginners.
The demo in the gif can be run simply by cloning the repository and executing
git clone https://github.com/kachark/game-of-life-rs.git
cd game-of-life-rs
cargo run
To quit out of the demo, press q
- rustc 1.44.0 or greater
- tui-rs 0.14
- termion 1.5