An open API service indexing awesome lists of open source software.

https://github.com/adharshkamath/space-game

A multiplayer game using Phaser and Socket.io
https://github.com/adharshkamath/space-game

express multiplayer-game nodejs phaser3 socket-io

Last synced: 3 months ago
JSON representation

A multiplayer game using Phaser and Socket.io

Awesome Lists containing this project

README

          

# 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](https://docs.github.com/en/free-pro-team@latest/developers/apps/creating-an-oauth-app) instructions to create an OAuth app and generating app tokens.

## Demo

#### Home Screen

![Home Screen](https://github.com/adharshkamath/Space-Game/wiki/home.png)

#### Profile Screen

![Profile Screen](https://github.com/adharshkamath/Space-Game/wiki/profile.png)

#### Gameplay

![GamePlay](https://github.com/adharshkamath/Space-Game/wiki/gameplay.png)