ZoeyR / rust-conway

Conway's game of life implemented in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

Conway's game of life implemented in rust


Languages

Language:Rust 100.0%