Simulation Controls
Size Speed Loop
Toggle Grid Lines
Rules define the interactions on the board. It may seem confusing at first, but if you understand the way they are read, it is simple.
When loading the page, you start with 2 rules (the rules for Conway's Game of Life). They are read as such:
- Turn an OFF tile into a DEFAULT tile if it is surrounded by 3 DEFAULT tiles
- Turn a DEFAULT tile into an OFF tile if it is surrounded by 0, 1, 4, 5, 6, 7, or 8 DEFAULT tiles.