Cellular Automaton with random symmetric rules and random Colors with pixi.js graphics Just download this Repository in your Folder and open samasta.html in your Browser.
Each mandala starts with one Point in the middle and this evolves iterativly.
... with some more iterations...
A rule is a mapping:
[1][2][3]
[8][X][4] [1][2][3][4][5][6][7][8] -> {random color}
[7][6][5]
So there are 2^8 different values. To make it beautiful I added some symmetric attributes.
Let me know about your expansion-magic!