Skip to content

bjubes/nodecube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodecube

A multiplayer game using NodeJS and socket.io for real time interaction. Play now at https://nodecube.herokuapp.com

Installation

requirements

  • 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
    nodemon main.js

Documentation

Check out DOCUMENTATION.md for a compelete list of socket.io events.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bjubes/nodecube

About

A multiplayer game using NodeJS and Socket.IO for real time interaction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors