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
- Host: GitHub
- URL: https://github.com/adharshkamath/space-game
- Owner: adharshkamath
- Created: 2020-01-23T16:34:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:58:00.000Z (over 3 years ago)
- Last Synced: 2023-03-07T02:52:28.794Z (over 3 years ago)
- Topics: express, multiplayer-game, nodejs, phaser3, socket-io
- Language: JavaScript
- Homepage:
- Size: 5.4 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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

#### Profile Screen

#### Gameplay
