chore: integrate multiplayer code (wip)
This commit is contained in:
parent
2838d59f30
commit
4f5e21becb
66 changed files with 6423 additions and 18 deletions
10
server/relay-server/GameConfig.json
Normal file
10
server/relay-server/GameConfig.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name" : "tic-tac-toe",
|
||||
"max_players" : 10
|
||||
},
|
||||
{
|
||||
"name" : "Ternio",
|
||||
"max_players" : 3
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue