Skip to content

Istott/GOL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

Game-of-Life

GOL

Conway's Game of Life:

What is it?

  • it is an algorithm that John Conway created in 1970 that proves that Machines can replicate themselves and more using a few simple rules of life.
  • these rules of life determine whether a cell lives or dies.

what are the rules of life?

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

My project is taking this algorithm and creating a grid where these cells can propagate within the parameters of the rules of life.

Things I wish to add in the future:

  1. turn it into a 2 player game.

  2. make it fully responsive for mobile.

  3. add configuration presets

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •