A multiplayer game using NodeJS and socket.io for real time interaction. A bad clone of surviv.io iteration of nodecube
- NodeJS
- npm
Then in terminal:
npm install --dev
npm start
now go to http://localhost:2000 in your browser.
optionally use nodemon for continuous server changes:
npm install -g nodemon
npm run dev
Check out DOCUMENTATION.md for a compelete list of socket.io events.
Bug reports and pull requests are welcome on GitHub at https://github.com/bjubes/fortday