Skip to content

samcarey/EpicDuels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multiplayer, turn-based "board" game that I'm developing to play with friends far away.

This repository was originally duplicated from underscorediscovery/realtime-multiplayer-in-html5 and then edited by me to become...

EPIC DUELS!!

Original README below:

Realtime Multiplayer In HTML5

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

View the demo here : http://notes.underscorediscovery.com:4004/?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://127.0.0.1:4004/?debug

License

MIT Licensed. See LICENSE if required.

About

Sam's first attempt at an online multiplayer game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published