Problem This is just a very simple version of the Game of Life made in Java. Please let me know […]
Tag: cellular-automata
Langton’s Ant cellular automaton in Ruby
Problem I wrote a Langton’s Ant cellular automaton simulator in Ruby using object oriented principles. This code works. It requires […]