smartsquare / nodeoflife

Game of life using nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodeoflife

node of life is a simple (rather stupid) implementation of Conway's Game of Life using nodejs, qunit and some other utilities. It was meant to learn a little bit about TDD with JS and the workings of nodejs.

Start it with: node server.js Browse to http://localhost: Click on boxes to activate them and start the game.

About

Game of life using nodejs