Refactor to fit game-shell structure; externalized lobby client code

This commit is contained in:
2026-08-23 12:55:53 -05:00
parent 2a99880a98
commit 9a067711c7
24 changed files with 81 additions and 625 deletions

View File

@@ -1,23 +1,7 @@
# Running the Lobby Server
> **Note:** The lobby server looks for a local script named `game.sh`.
[Lobby Server](https://code.itdominator.com/itdominator/lobby-server)
## From the Editor
**Debug → Customize Run Instance**
```text
--name_billiards server game_port_range 5000:5010
```
## From the Command Line
```bash
./lobby_server.sh --name_billiards server game_port_range 5000:5010
```
---
# Connecting Clients