Generations of Life
About
Game of Life/Generations made in Unity
Move the camera using right click + drag and zoom in/out with the scroll wheel
Draw using left click or left drag, depending on drawing mode
Toggle drawing mode using the button in the top-right of the panel
Includes cell modifiers and a handful of themes
Cell modifiers can be removed by either applying them to the same cell again, or resetting the grid using the button in the top-left panel
Some themes work better for rules with lots of cell states
Accepts any rule in the format B/S/C, where:
B - number of living neighbors for a cell to be born
S - number of living neighbors for a cell to stay living
C - number of states a cell can go through, only the first "living" state can replicate
Conway's Game of Life would be represented as 23/3/2, for example