Cellular Automata (link to Code Included)

by GizmoMakingDude in Circuits > Art

2926 Views, 15 Favorites, 0 Comments

Cellular Automata (link to Code Included)

cellauto4.jpg
cellauto1.jpg
cellauto2.jpg
cellauto3.jpg
I created this Java code to produce 2D Cellular Automata patterns. It takes in a rule number (0-255) and iteration number.
For example, the pattern in the main image was produced by inputting (126 50).
Here is a link to a text file containing the source code: bit.ly/1lQvlT7
Feel free to improve it!