Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.34 KB
logo

TOONKS 🕹️

By Nicolas Crausaz, Lazar Pavicevic & Maxime Scharwath

TOONKS is a 3D Multiplayer Game where you can play a tiny tank against your friends. You can play on your browser without any installation.

How to play

Go to https://toonks.com/

Before playing

For the moment, please play only with Chromium-based browsers (Chrome, Edge, Opera, Brave, Vivaldi, etc.). This game is not compatible with Firefox and Safari. For the best experience, please use a powerful computer with a good internet connection. This game use WebRTC to connect players. Your IP can be leaked if you play with a VPN. We are not responsible for any damage caused by this game. Please play responsibly.

Technical details

  • 3D Game
  • Multiplayer
  • WebRTC
  • React
  • Three.js
  • TypeScript
  • Vite
  • TailwindCSS

Network protocol

The network protocol is based on WebRTC and uses the PeerJS library. There is a host and multiple clients. The host is the one who creates the game and the clients are the ones who join the game.

How to run the project

You need to have Node.js installed on your computer

# yarn install
# yarn dev