Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanrauwers/node-multiplayer
The multiplayer game built using sockets.io and express
https://github.com/jeanrauwers/node-multiplayer
game-development multiplayer-game multiplayer-web-game socket sockets-io
Last synced: about 2 months ago
JSON representation
The multiplayer game built using sockets.io and express
- Host: GitHub
- URL: https://github.com/jeanrauwers/node-multiplayer
- Owner: jeanrauwers
- License: mit
- Created: 2020-04-07T22:03:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:12:25.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:20:17.402Z (almost 2 years ago)
- Topics: game-development, multiplayer-game, multiplayer-web-game, socket, sockets-io
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![multiplayer](https://user-images.githubusercontent.com/10606291/79117119-28166c00-7d82-11ea-9f4a-ee4cf72ff332.gif)
## The multiplayer Game
This is a multiplayer game built with Nodejs, express and sockets.io.
## Setup
Clone the repo and then:
``` $npm install ```
``` $npm run start:game```
Go to http://localhost:3000/ and have fun.