Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 419 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 419 Bytes

GameOfLife

For a space that is populated

  • Each cell with one or no neighbors dies, as if by solitude.
  • Each cell with four or more neighbors dies, as if by overpopulation.
  • Each cell with two or three neighbors survives.

For a space that is empty or unpopulated

  • Each cell with three neighbors becomes populated.

Try it on

Alt text