A recreation of the famous Conway's "Game Of Life". 

I recreated it as a programming exercise, adding random music simulations that follows the cycles of live in the game.

INSTRUCTIONS

Click on the screen to create living cells and start simulation whenever you want!

There are three rules that you should consider (or not) before starting the simulation:

  1. Any living cell with two or three living neighbours lives on to the next generation.
  2. Any living cell with more than three living neighbours or less than one dies, as if by overpopulation or underpopulation.
  3. Any dead cell with exactly three living neighbours becomes a living cell, as if by reproduction.

*Neighbours are cells that are horizontally, vertically, or diagonally adjacent to the cells (living ones and dead ones).

CONTROLS

Click - Create a living cell

Spacebar - Start simulation

P - Pause

R - Retry

Leave a comment

Log in with itch.io to leave a comment.