Conway's Game of Life in Rust using Macroquad
- Colorful!!
- Clone/Fork the repository
- Run
cargo run
orcargo build
to build a debug binary in the/target/debug
directorycargo run --release
orcargo build --release
to build a release binary in the/target/release
directory
- (If you used
cargo build
) Run the binary created in the appropriate directory listed above