An implementation of Conway's Game of Life written in Rust using the Bevy framework
- First install Rustup through your preferred software repository
- If you are using MacOS, Linux, or another Unix-like OS, you can also run the following commands below
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Clone the repository
git clone https://github.com/sbrsule/game-of-life
- Move into the downloaded repository and run the following command within the directory
cargo run --release
- Create clear button
- Create main menu
- Make pause menu
- Add map wrapping