cpt-pete / basic-realtime-multiplayer

basic example of realtime multiplayer using nodejs, javascript and canvas

Home Page:http://peteg.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Realtime Multiplayer in NodeJS and browser

This project is based an excellent article by Sven Bergström : Real Time Multiplayer in HTML5.

I've taken some of the source provided and simplified it. The aim being to improve my understanding of how proper multiplayer games work.

It represents a persistant world where clients can join / log off at any point. Supports more than 2 players (hardcoded to 3 but could be any number).

Demo

http://basic-realtime-multiplayer.herokuapp.com/

Getting Started

License

Copyright (c) 2013 Peter Gledhill Licensed under the MIT license.

About

basic example of realtime multiplayer using nodejs, javascript and canvas

http://peteg.eu

License:MIT License


Languages

Language:JavaScript 100.0%