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