mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
docs: packages,lobby,arcade (2 files)
This commit is contained in:
11
packages/arcade_lobby/static_content/cli/README.md
Normal file
11
packages/arcade_lobby/static_content/cli/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Arcade Lobby CLI
|
||||
|
||||
A tiny CLI sample that prints the current lobby status.
|
||||
|
||||
## Build
|
||||
|
||||
g++ -std=c++17 main.cpp -o arcade-lobby-cli
|
||||
|
||||
## Run
|
||||
|
||||
./arcade-lobby-cli
|
||||
13
packages/arcade_lobby/static_content/examples.json
Normal file
13
packages/arcade_lobby/static_content/examples.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"examples": {
|
||||
"queues": [
|
||||
{ "game": "Neon Rush", "players": 120, "waitSeconds": 45 },
|
||||
{ "game": "Gridline", "players": 48, "waitSeconds": 120 },
|
||||
{ "game": "Star Kart", "players": 64, "waitSeconds": 30 }
|
||||
],
|
||||
"tournaments": [
|
||||
{ "name": "Midnight Sprint", "status": "live", "players": 64 },
|
||||
{ "name": "Weekend Circuit", "status": "registering", "players": 32 }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user