Added dice, added check for room access

This commit is contained in:
Torsten Schulz
2017-07-22 22:24:38 +02:00
parent b5b4c94f65
commit 105232a9e3
7 changed files with 188 additions and 18 deletions

View File

@@ -7,11 +7,27 @@
"password": "r3EMWJ5p",
"connectstring": "tsschulz.de:1521/yourpart"
},
"room-types": {
0: "Standard",
1: "Dice possible",
2: "Poker possible",
4: "Room will work with rounds"
},
"rooms": [
{
"name": "Halle",
"password": "",
"allowed": []
"allowed": [],
"type": 0,
"roundlength": 0
},
{
"name": "Würfelglück",
"password": "",
"allowed": [],
"type": 5,
"roundlength": 20
}
]
],
}