khayal0 / reactgameoflife

Conwoy's Game of Life (React)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conwoy's Game of Life

View the demo : DEMO

This game is an example of celluar automation Rules:

  • 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 three live neighbours becomes a live cell, as if by reproduction.
For more information about the game GAME OF LIFE

About

Conwoy's Game of Life (React)


Languages

Language:JavaScript 86.8%Language:HTML 8.7%Language:CSS 4.5%