Skip to content

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.

License

Notifications You must be signed in to change notification settings

nicrausaz/toonks-game

 
 

Repository files navigation

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.vercel.app/

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

About

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 1.5%
  • HTML 1.2%
  • CSS 0.3%