Skip to content

javadanang/gol-ref-impl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Installation

Clone project from github:

$ git clone https://github.com/pnhung177/gol-ref-impl

Change current directory to gol-ref-impl:

$ cd gol-ref-impl

Install dependencies:

$ npm install

Run unit testing:

$ ./node_modules/.bin/mocha test/tdd/*

Run BDD:

$ ./node_modules/.bin/cucumberjs test/bdd/features/*.feature

Run GOL by using command-line:

$ node cli.js

or web application:

$ node app.js

Start web browser and open address http://localhost:7700/.

References

  1. Conway's Game of Life on Wikipedia.org
  2. Conway's Game of Life implementation on Javascript

About

Conway's Game of Life implementation in Nodejs/Socket.io/HTML5Canvas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages