Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 284 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 284 Bytes

Conway's Game Of Life

The project implements the "Game of life" invented by John Horton Conway.

Installing

  1. Clone the repo
  2. npm install to resolve dependencies.

Running

  1. Run npm run start.

Developing

  1. npm install -g mocha
  2. npm run test for tests.