0.0.2 • Published 11 years ago

voxel-life v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
11 years ago

voxel-life

a browser-based voxel.js game based on Conway's Game of Life, written in JavaScript for Node.js

play online

The latest stable version of the game is available online: http://theoxylo.github.com/voxel-life

github project

Bug reports, support, source code, etc: https://github.com/theoxylo/voxel-life

offline setup

If you would like to host the game on your local machine, perhaps to modify it or play while offline:

npm install voxel-life
cd voxel-life && npm install
npm start

Then browse to http://localhost:8080

license

BSD