A simple Game of Life, to experiment with Rust
Coded during MozLondon by @natim, @glasserc and @k4nar.
If you have Rust & Cargo installed, this should only be as easy as:
$ git clone https://github.com/k4nar/game-of-life.git
$ cd game-of-life
$ cargo run
Enjoy!