An implementation of Conway's Game of Life, written in Rust and using the Piston graphics library.
Using Cargo, to build:
cargo build
and to run:
cargo run
Note: May take a little while to download and compile the Piston dependencies.
An implementation of Conway's Game of Life, written in Rust and using the Piston graphics library.
Using Cargo, to build:
cargo build
and to run:
cargo run
Note: May take a little while to download and compile the Piston dependencies.