Skip to content

Experiment on multiplayer gaming with phaser and sockets.io

Notifications You must be signed in to change notification settings

elas7/tanks-multiplayer

Repository files navigation

tanks-multiplayer

Experiment on multiplayer gaming with phaser and sockets.io The idea is to implement entity interpolation, input prediction, and lag compensation. Based on the example game 'tanks' for phaser.

Note: The game is a WIP, it is not currently working.

Installation

Clone the repo by running:

git clone git://github.com/elas7/tanks-multiplayer

Enter the directory and run the build script:

cd tanks-multiplayer && npm install && bower install

Run the server with:

node index.js

The game runs in localhost:8080

About

Experiment on multiplayer gaming with phaser and sockets.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published