fbaiodias / phaser-multiplayer-game

:video_game: Simple real-time multiplayer phaser game example which uses node and websockets.
https://phaser-multiplayer-game.herokuapp.com/
304 stars 80 forks source link

phaser-multiplayer-game

js-standard-style

Simple real-time multiplayer phaser game which uses node and websockets.

preview

Based on the tutorial found here: http://rawkes.com/articles/creating-a-real-time-multiplayer-game-with-websockets-and-node.html

And derived from the Phaser's tanks example game.

install

npm install

Note: If you're new to node, check the original tutorial.

development

npm run dev

questions?

Open an issue, and I'll try to answer :)