Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 382 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 382 Bytes

phaser-game-lobby

A simple multiplayer game lobby built with PhaserJS and Socket.IO

INSTRUCTIONS

  • Install Node.js

  • Install the required npm and bower modules by issuing the command:

    npm install && bower install

  • Run a local server with this command:

    npm start

  • Visit http://localhost:3000 in your browser