2026-08-13 00:33:16 -05:00
2026-08-07 02:50:54 -05:00
2026-08-07 02:50:54 -05:00
2026-08-13 00:33:16 -05:00
2026-08-07 02:50:54 -05:00
2026-08-07 02:50:54 -05:00
2026-08-13 00:33:16 -05:00
2026-08-13 00:33:16 -05:00

Running the Lobby Server

Lobby Server


Connecting Clients

From the Editor

Debug → Customize Run Instance

Host a game:

--client host_snooker bobs_game

Join a game:

--client join bobs_game

From the Command Line

Connect Directly to a Game Server

Start a server:

./billiards.sh --server_5001 game snooker

Join the server:

./billiards.sh --join_server 127.0.0.1 5001

Connect Through the Lobby Server

Host a game:

./billiards.sh --client host_snooker bobs_game

Join a game:

./billiards.sh --client join bobs_game
Description
No description provided
Readme 20 MiB
Languages
GDScript 100%