Skip to content

werm/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

To Run

  • Clone the repo, and from the root directory run yarn install or npm install
  • Run gulp es6, then gulp serve
  • Open your browser to localhost:1337
  • To change the number of cells in the game, in index.html, change grid.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.

About

Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published