To Run
- Clone the repo, and from the root directory run
yarn installornpm install - Run
gulp es6, thengulp serve - Open your browser to localhost:1337
- To change the number of cells in the game, in
index.html, changegrid.init(x, y)to the number of cells to populate the board with.
To Test
From the root directory, run yarn test or npm test.