Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 774 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 774 Bytes

phaser-mmorpg

A 2d tile-based multiplayer world built with Phaser framework. A big work in progress...

Feel free to contribute.

Currently playable version is available at http://mmorpg.astrocity.lv/

Local installation

Make sure you have http://nodejs.org/ installed. Then open command prompt in root directory of the project and type

npm install

Wait till it installs all dependencies and run

npm start

Credits

Initial game architecture and code organization based on gamedevacademy.org tutorial http://www.gamedevacademy.org/html5-phaser-tutorial-top-down-games-with-tiled/

Multiplayer implemented based on ezelia.com tutorial http://ezelia.com/2014/tutorial-creating-basic-multiplayer-game-phaser-eureca-io