Instructions: Conway's Game of life has just three rules :-

  1. A cell with thee neighbours will be born.
  2. A cell with Two or fewer neighbours will die.
  3. a cell with four or more neighbours will die.

Place your starting cells on the grid following the above rules and press go. after each generation the cells will change because of the rules above. each generation your score is calculated on how many cells remain, the game continues a new generation until there are no cells left, 1000 points per generation you complete are added at the end. Get the highest score you can for bragging rights and post them in the discord ( optional ).

A game jam submission based on John Conway's Game of life,

MVP goal to add a score mechanic to the notorious 'zero player game'.

 Separating game logic by creating a TDD version at https://github.com/pinnet/conways-game. Combining a graphical interface to add an extra dimension to turn the game into a 1+ player game 

Game Repo - https://github.com/pinnet/Lifein2D

Development log

Leave a comment

Log in with itch.io to leave a comment.