Conway's Game Of Life The project implements the "Game of life" invented by John Horton Conway. Installing Clone the repo npm install to resolve dependencies. Running Run npm run start. Developing npm install -g mocha npm run test for tests.