• ex. Conway’s game of life
  • grid of cells, each in one of a finite number of states (like on/off)
  • a new generation is created by advancing time according to a fixed rule (mathematical function) to determine new state
  • In Game dev, used to