aligusnet / game-of-life

Conway's Game of Life

Home Page:https://gameoflife.z6.web.core.windows.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

Rules

As described in Wikipedia:

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

About

Conway's Game of Life

https://gameoflife.z6.web.core.windows.net/


Languages

Language:Elm 90.4%Language:CSS 5.0%Language:HTML 2.6%Language:Makefile 2.0%