Simple webapp for playing games. https://dorian.itsblue.online/whose-turn-is-it
Go to file
Dorian Zedler 76cf24fe9a
Fix: only play sounds on current players device
2023-12-26 19:46:50 +01:00
js Fix: only play sounds on current players device 2023-12-26 19:46:50 +01:00
sound Fix: too many updates, Feat: more sounds 2023-12-26 19:42:47 +01:00
LICENSE Initial commit 2022-12-29 17:18:53 +01:00
README.md Docs: update readme 2023-01-05 19:46:36 +01:00
index.css Chore: format 2023-01-05 19:46:46 +01:00
index.html Fix: too many updates, Feat: more sounds 2023-12-26 19:42:47 +01:00

README.md

Whose turn is it?

Simple webapp to keep track of who is currently playing and how much time they have left. Originally designed for Rummikub.
Please note: this is by no means perfect and just meant to be a simple solution to a simple problem :)

Featues

  • Create an independent room
  • Play with multiple players across multiple devices
  • Decentralized
  • End-to-end encrypted

How it works

The browsers of all players connect to a common MQTT server and communicate through that server. An AES Key is derived from the room name, which is then used to encrypt all communication.

Technologies