Simple webapp for playing games. https://dorian.itsblue.online/whose-turn-is-it
Go to file
Dorian Zedler c517ff3c20
Docs: update readme
2023-01-05 19:46:36 +01:00
js Chore: make create room page prettier 2023-01-05 19:38:09 +01:00
sound Chore: cleaup 2023-01-05 12:23:15 +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 Feat: skip me 2023-01-05 18:50:55 +01:00
index.html Chore: make create room page prettier 2023-01-05 19:38:09 +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