hitmands / ecmagameoflife

ECMASCRIPT 6 - Game Of Life

Home Page:https://hitmands.github.io/ecmagameoflife/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ECMASCRIPT 6 - Game Of Life

##DEMO: https://hitmands.github.io/ecmagameoflife/

  • Any live cell with fewer than two live neighbours dies, as if caused by under-population.
  • 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 over-population.
  • Any dead cell with exactly three live neighbours becomes a live cell, as if by reproduction.

Sources: Wikipedia

FRAMEWORK/LIBRARY FREE

NO-HTML5_CANVAS USED

NO-LEGACY SUPPORT, tested with Google Chrome V. 51.0.2704.103 (64-BIT)

About

ECMASCRIPT 6 - Game Of Life

https://hitmands.github.io/ecmagameoflife/

License:Apache License 2.0


Languages

Language:JavaScript 74.1%Language:HTML 17.9%Language:CSS 8.0%