Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeeanribeiro/tag-game
Multiplayer tag game made with socket.io
https://github.com/jeeanribeiro/tag-game
game javascript socket-io
Last synced: 4 days ago
JSON representation
Multiplayer tag game made with socket.io
- Host: GitHub
- URL: https://github.com/jeeanribeiro/tag-game
- Owner: jeeanribeiro
- License: mit
- Created: 2020-05-30T21:19:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:46:05.000Z (about 2 years ago)
- Last Synced: 2024-11-13T03:09:42.628Z (2 months ago)
- Topics: game, javascript, socket-io
- Language: JavaScript
- Homepage: https://tag-game.herokuapp.com/
- Size: 574 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tag-game
Tag game made with socket.ioLive demo https://tag-game.herokuapp.com/
## How to run
```
git clone https://github.com/jeeanribeiro/tag-game
npm install
npm run start
```## How to play
- The server runs by default on the port 80, so if you run in your local machine, it will be accessible by LAN, VPN or publicly if ports are forwarded or DMZ are enabled in your router
- Access it by the IP of the server
- Chaser is red and others players are blue
- When chaser tags another player, that player becomes the new chaser
- There is a delay of 3 seconds before tagging someone else