Skip to content

nigelfds/jsGameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open the game.html file in your browser to run.
edit the game.js file to test or setup boards.

TODO:
Should a neighborhood object be passed into Node?
 i.e
 a = new Node(DEAD);
 a.addNeighborhood(new Neighbourhood([a,b,c]));

Might make testing easier.

About

A simple JavaScript implementation of the game of life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published