added harvest phase mechanics and have test setup in vckonline.py

This commit is contained in:
2023-05-03 10:06:57 -07:00
parent 2f613d0dbb
commit 906b48a07a
7 changed files with 2639 additions and 42 deletions

View File

@@ -1,8 +1,9 @@
class Constants:
green = (106, 171, 115)
red = (219, 92, 92)
server_host = '192.168.1.99'
host = "lukesau.com"
# host = "127.0.1.1"
# host = "127.0.1.1"
port = 8328
text_format = "utf-8"
small_window_size = (300, 150)