Home

Awesome

game-of-life-rs

Gosper's glider gun

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.

Demo

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

Requirements