Conway
An implementation of Conway's game of life as an introduction to Rust
Building
You will need:
- A Rust compiler
- The cargo build system
See the install guide for more info.
Once you have a working environment, simply run cargo build
in the project root to
create an executable.