Initial push
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
.godot/
|
||||||
|
.assets/
|
||||||
37
README.md
Normal file
37
README.md
Normal file
@@ -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
|
||||||
|
#
|
||||||
|
#
|
||||||
Reference in New Issue
Block a user