Simple webapp for playing games. https://dorian.itsblue.online/whose-turn-is-it
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Dorian Zedler 428ed81e5b
Chore: format
5 months ago
js Chore: format 5 months ago
sound Chore: cleaup 5 months ago
LICENSE Initial commit 5 months ago
README.md Docs: update readme 5 months ago
index.css Chore: format 5 months ago
index.html Chore: format 5 months ago

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