game-of-life

Conway's Game of Life in Javascript

Installation

  1. Clone repository
git clone https://github.com/Maksimus-Prime/game-of-life.git
  1. Install dependencies using npm (I use Node.js v6.10.2)
npm install

Run

Development

npm run dev

Production

npm run prod

Tests

npm run test

Look at the result.