Skip to content
Conway's game of life implemented in rust
Rust
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
README.md

README.md

#rust-conway Build Status

Conway's game of life implemented in rust

##How to build rust-conway

  1. Install Rust and Cargo either by building from source, or to install nightlies open a terminal and type:
curl -s https://static.rust-lang.org/rustup.sh | sudo sh
  1. Type the following into the terminal:
git clone https://github.com/dgriffen/rust-conway
cd rust-conway
cargo build

##Goals

  • Have a proper gui
  • Allow dynamic switching of engines
  • Provide variable generation speed
  • Have modifiable rules
You can’t perform that action at this time.