gameserv: server-authoritative ttt/c4/chess referee with ranked ladder
All checks were successful
CI / check (push) Successful in 3m56s
All checks were successful
CI / check (push) Successful in 3m56s
This commit is contained in:
parent
e3b83f4a92
commit
a7a37d1277
8 changed files with 1398 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ members = [
|
|||
"modules/hostserv",
|
||||
"modules/operserv",
|
||||
"modules/diceserv",
|
||||
"modules/gameserv",
|
||||
"modules/infoserv",
|
||||
"modules/reportserv",
|
||||
"modules/groupserv",
|
||||
|
|
@ -40,6 +41,7 @@ echo-statserv = { path = "modules/statserv" }
|
|||
echo-hostserv = { path = "modules/hostserv" }
|
||||
echo-operserv = { path = "modules/operserv" }
|
||||
echo-diceserv = { path = "modules/diceserv" }
|
||||
echo-gameserv = { path = "modules/gameserv" }
|
||||
echo-infoserv = { path = "modules/infoserv" }
|
||||
echo-reportserv = { path = "modules/reportserv" }
|
||||
echo-groupserv = { path = "modules/groupserv" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue