Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 937 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 937 Bytes

Multiplayer HTML5 game

A multiplayer game using Node.js, Phaser and Socket.io, implemented as a part of the IT254 course - Web Technologies and Applications

Instructions

To install the necessary dependencies (In the repository-root directory and the client/ directory)

npm install

To start the development servers simutaneously (game server and the Webpack dev server)

npm run-script dev

To setup this game as is, you will need to create a GitHub app. Follow these instructions to create an OAuth app and generating app tokens.

Demo

Home Screen

Home Screen

Profile Screen

Profile Screen

Gameplay

GamePlay