Move snake name and venue into configuration file
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
host = "localhost";
|
||||
port = 8080;
|
||||
|
||||
snake_name = "rusty-snake";
|
||||
venue = "training";
|
||||
|
||||
Reference in New Issue
Block a user