Skip to content

abelDev/realtime-multiplayer-in-html5

 
 

Repository files navigation

Realtime Multiplayer In HTML5

Read the article here : http://buildnewgames.com/real-time-multiplayer/

View the demo here : http://fuzzyspo0n.realtime-multiplayer-in-html5.jit.su/?debug

An example using node.js, socket.io and HTML5 Canvas to explain and demonstrate realtime multiplayer games in the browser.

Getting started (Using npm package.json)

Getting started (Manual install)

  • Get node.js
  • Install socket.io npm install socket.io
  • Install node-udid npm install node-uuid
  • Install express npm install express
  • Run node app.js inside the cloned folder
  • Visit http://rod156.homedns.org:4004/?debug

MIT Licensed.

About

Codename for the Spammarbee Online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 33.5%
  • JavaScript 25.5%
  • C 19.6%
  • C++ 18.7%
  • D 1.1%
  • PHP 0.8%
  • Other 0.8%