Clone of The Game of Life
Mitchel Fry

An implementation of the classic Game of Life using agent based modeling.

Rules:
  • A live cell with less than two alive neighbors dies.
  • A live cell with more than three alive neighbors dies.
  • A dead cell with three neighbors becomes alive.
If you find these contributions meaningful your sponsorship would be greatly appreciated.