It's a cut and dry implementation of Conway's Game of Life written in Rust. It will read ASCII patterns in, center them on the screen, and apply the Game of Life rules to them.
Clone the repo and run it!
git clone https://github.com/blbuford/Conway
cd conway
cargo run
Rust and Cargo are required.
- Piston_window - The window framework used
- Brett Buford - Initial work - BLBuford
This project is licensed under the MIT License - see the LICENSE.md file for details