Skip to content

hwchen/automata-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automata-rs

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.

installation:

$ git clone https://github.com/hwchen/automata-rs.git
$ cd automata-rs
$ cargo build

run:

$ ./target/automata

dependency:

ncurses-rs by jeaye

https://github.com/jeaye/ncurses-rs.git

About

Conway's Game of Life in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages