This is a simulation following the classic rules of Conway's Game of Life.

Each cell is either alive or dead(indicated by if it's colored yellow or white respectivly) Each generation each of the cells follow a simple set of rules.

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

These simple rules make for surprisingly cool and complex scenarios. Use this site if you want to find some patters to watch.

https://conwaylife.com/wiki/Category:Patterns

Left click on a cell to make it alive or dead.  Mouse wheel up for zoom in and mouse wheel down for zoom out. WASD to move the camara around

 I'm doing this as a part of the 20 games challange.  This is game 5!

Link for more info: https://20_games_challenge.gitlab.io/


Download

Download
CGOF V1.zip 24 MB
Download
CGOF V2.zip 24 MB

Leave a comment

Log in with itch.io to leave a comment.