/game-of-life

An implementation of Conway's Game of Life written in Rust using the Bevy framework

Primary LanguageRust

Game of Life

An implementation of Conway's Game of Life written in Rust using the Bevy framework example

How to Install

  1. 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
  1. Clone the repository
git clone https://github.com/sbrsule/game-of-life
  1. Move into the downloaded repository and run the following command within the directory
cargo run --release

To-Do List

  • Create clear button
  • Create main menu
  • Make pause menu
  • Add map wrapping