Tag game made with socket.io
Live demo https://tag-game.herokuapp.com/
git clone https://github.com/jeeanribeiro/tag-game
npm install
npm run start
- 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