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.
- 3D Game
- Multiplayer
- WebRTC
- React
- Three.js
- TypeScript
- Vite
- TailwindCSS
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.
You need to have Node.js installed on your computer
# yarn install
# yarn dev