Cookie Automata

Rules

  1. Update order is left to right, top to bottom
  2. If an empty square is adjacent to exactly one plant, then that square will become a plant
  3. If an empty square is adjacent to zero or more than one plant, that square will remain empty

Export/Import

Export/Import buttons just go to .json files, and can be only interpreted by this website currently. Import GCIE allows you to go to here, and export your data into the simulator.

Find any bugs/features you want? Open up an issue!