Skip to content

Commit

Permalink
Merge pull request #7 from wizguin/develop
Browse files Browse the repository at this point in the history
1.6.0-beta
  • Loading branch information
wizguin authored Oct 25, 2023
2 parents b871286 + 3ab2592 commit 85d3832
Show file tree
Hide file tree
Showing 39 changed files with 10,947 additions and 3,601 deletions.
4,074 changes: 4,074 additions & 0 deletions data/cards.json

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions data/decks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"821": [
1,
6,
9,
14,
17,
20,
22,
23,
26,
73,
81,
89
]
}
5 changes: 5 additions & 0 deletions data/matchmakers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"951": {
"game": "card"
}
}
24 changes: 24 additions & 0 deletions data/rooms.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@
"game": 0,
"spawn": 0
},
{
"id": 320,
"name": "dojo",
"member": 0,
"maxUsers": 80,
"game": 0,
"spawn": 0
},
{
"id": 321,
"name": "dojoext",
Expand Down Expand Up @@ -239,6 +247,22 @@
"game": 1,
"spawn": 0
},
{
"id": 951,
"name": "sensei",
"member": 0,
"maxUsers": 80,
"game": 1,
"spawn": 0
},
{
"id": 998,
"name": "card",
"member": 0,
"maxUsers": 80,
"game": 1,
"spawn": 0
},
{
"id": 999,
"name": "sled",
Expand Down
25 changes: 25 additions & 0 deletions data/tables.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"id": 100,
"roomId": 111,
"game": "mancala"
},
{
"id": 101,
"roomId": 111,
"game": "mancala"
},
{
"id": 102,
"roomId": 111,
"game": "mancala"
},
{
"id": 103,
"roomId": 111,
"game": "mancala"
},
{
"id": 104,
"roomId": 111,
"game": "mancala"
},
{
"id": 200,
"roomId": 221,
Expand Down
24 changes: 24 additions & 0 deletions data/waddles.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,29 @@
"roomId": 230,
"seats": 2,
"game": "sled"
},
{
"id": 200,
"roomId": 320,
"seats": 2,
"game": "card"
},
{
"id": 201,
"roomId": 320,
"seats": 2,
"game": "card"
},
{
"id": 202,
"roomId": 320,
"seats": 2,
"game": "card"
},
{
"id": 203,
"roomId": 320,
"seats": 2,
"game": "card"
}
]
Loading

0 comments on commit 85d3832

Please sign in to comment.