jeeanribeiro / tag-game

Multiplayer tag game made with socket.io

Home Page:https://tag-game.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tag-game

Tag game made with socket.io

Live 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

About

Multiplayer tag game made with socket.io

https://tag-game.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 93.7%Language:HTML 6.3%