Waterstrong / game-of-life-js

Conway's Game of Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Started - Conway's Game of Life Build Status

Just practice TDD, Refactor, Shortcut and ES6-FP. Please refer to the each baby step if you are interested.

Also introduce the React and yarn by Kai Hu.

yarn install  # install dependencies, requires node ^5.0

yarn test  # run the tests and generate the report

yarn start  # Start the Game of Life

To checkout the test report: open mochawesome-report/mochawesome.html

The UI part is provided by Kai Hu.

Here is the short GIF demo:

About

Conway's Game of Life


Languages

Language:JavaScript 97.8%Language:HTML 2.0%Language:CSS 0.2%