From a1df97ebac2ff7efe73e729b971ea132d4a880b0 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Fri, 7 Aug 2026 02:35:09 -0500 Subject: [PATCH] Initial push --- .gitignore | 2 ++ README.md | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..abce7cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.godot/ +.assets/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..54bda36 --- /dev/null +++ b/README.md @@ -0,0 +1,37 @@ +# +# +# Note that the lobby server is looking for a script local to it titled 'game.sh' +# +# Editor -> Debug > Customize Run Instance +# +# +# -- name_billiards server game_port_range 5000:5010 +# +# +# CLI +# +# ./lobby_server.sh -- name_billiards server game_port_range 5000:5010 +# +# + + +# +# +# Editor -> Debug > Customize run instance +# +# -- client host_snooker bobs_game +# +# -- client join bobs_game +# +# +# CLI +# +# If going straight to game server: +# ./billiards.sh -- server_5001 game snooker +# ./billiards.sh -- join_server 127.0.0.1 5001 +# +# If going through lobby server: +# ./billiards.sh -- client host_snooker bobs_game +# ./billiards.sh -- client join bobs_game +# +#