Automata simulator written in Rust (0.13 nightly, 10/19/2014).
Currently supports original Conway's Game of Life.
In the future, may be refactored to include:
- Langton's Ant.
- Conway Variations.
- prompt different grid sizes.
$ git clone https://github.com/hwchen/automata-rs.git
$ cd automata-rs
$ cargo build
$ ./target/automata
ncurses-rs by jeaye