Cellular automata is a really cool concept! One of my 61c projects last semester was to implement this. There are a bunch of really interesting looking patterns that are generated by inputting different rule #s. Check out this link for some examples: https://plato.stanford.edu/entries/cellular-automata/supplement.html
caokevinc
Conway's game of life is a very famous example of cellular automata, and interestingly enough is Turing complete!
Cellular automata is a really cool concept! One of my 61c projects last semester was to implement this. There are a bunch of really interesting looking patterns that are generated by inputting different rule #s. Check out this link for some examples: https://plato.stanford.edu/entries/cellular-automata/supplement.html
Conway's game of life is a very famous example of cellular automata, and interestingly enough is Turing complete!