DenisovichDev / GameOfLife

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conway's Game of Life

This project is an attempt to simulate J. Conway's cellular automata The Game of Life. Inspired by Dan Shiffman's works.

Checklist

  • Add the primary rules to the program
    • Cells with exactly three live neighbors will live
    • Cells with live neighbors <2 or >3 live neighbors die
  • Add some kind of live editor
  • Add presets
  • Make it look decent
  • Deploy (gh-pages or something else)

About


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%