/game-of-life

An implementation of Conway's Game of Life in Rust.

Primary LanguageRust

Game of Life

An implementation of Conway's Game of Life, written in Rust and using the Piston graphics library.

Build & Run

Using Cargo, to build:

cargo build

and to run:

cargo run

Note: May take a little while to download and compile the Piston dependencies.