Conways game of life on cloud9 ide with (node) js and html5. Algorithm for cell evolution is slow but well..
Install: npm install express npm install -g jasmine-node
Instructions:
- Jasmine BDD Testing
- keep your specification files in the folder spec, name them *.spec.js (by convention)
- in the console, type: jasmine-node spec
- currently, there's no tests...