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.
|
5 months ago | |
---|---|---|
js | 5 months ago | |
sound | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
index.css | 5 months ago | |
index.html | 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.