A multiplayer game using Node.js, Phaser and Socket.io, implemented as a part of the IT254 course - Web Technologies and Applications
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.