A playground for one dimensional, two states, cellular automata.
Built for http://hiroshimarb.github.io/blog/2013/04/06/hiroshimarb-31/
The book that inspired it: http://amzn.to/Z7mXOM (in english: http://amzn.to/16DPcIq ).
$ git clone git://github.com/jmettraux/onedim.git
$ ./bin/automaton.rb 000000000000010 110
for example:
I presented the repository going from the initial commit to the latest commit. to navigate from one commit to the other with a minimum hassle, I used gmo, a tiny ruby script wrapping some git commands. Doing gmo next
moves to the next commit for example. I could thus show the evolution of the development, especially the test first approach and some refactoring.
- Akira345
- Eiel
- everybody in hiroshima.rb
MIT