#Cellular Automata Cellular Automata as defined by wolfram alpha: "A cellular automaton is a collection of "colored" cells on a grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells." If you are familiar with Conways Game of life, Cellular automata is like a more advanced version where you can change the ruleset. It seems to operate similar to pascals triangle where the top row influences the next. Ill be honest with you, i dont really know that much about cellular automata. Its abit too mathy for me. So do your own research if you want to know more. What i do know, however, is that a couple of these rule sets generate sierpinskis triangle. these rulesets are => https://www.wolframalpha.com/input/?i=rule+90&assumption=%22ClashPrefs%22+-%3E+%7B%22MathWorld%22%2C+%22Rule90%22%7D rule 90 => https://www.wolframalpha.com/input/?i=rule+102&assumption=%22ClashPrefs%22+-%3E+%7B%22MathWorld%22%2C+%22Rule102%22%7D rule 102 Speaking of Conways Game of Life, you can also arrange the cells in a way to generate the S-Triangle. => https://youtube.com/watch?v=FEOrNu9dEIE A video showing that off