Rust Rule 110

I've always been fascinated by cellular automata, particular Conway's Game of Life and elementary cellular automata. When I first started learning rust, I decided I'd start with implementating rule 110 on the console. I ended up encoding a number of other rules, as well.

To try it out in the browser, visit here You can get the full source for the CLI on my GitHub

See More