This commit is contained in:
Jonas Zeunert
2022-09-03 20:08:27 +02:00
parent d9ed478d84
commit 4194ef5261

View File

@@ -13,9 +13,9 @@ SOCKET_PATH = '/tmp' #os.environ["XDG_RUNTIME_DIR"] if os.environ["XDG_RUNTIME_D
INPUT_SOCKET_NAME = "/S.flippR_driver.in" INPUT_SOCKET_NAME = "/S.flippR_driver.in"
OUTPUT_SOCKET_NAME = "/S.flippR_driver.out" OUTPUT_SOCKET_NAME = "/S.flippR_driver.out"
## Player State config ## Player State config
BALLS_PER_GAME = 1 BALLS_PER_GAME = 3
BEGINNING_UPPER_PLAYFIELD_TIME = 5 BEGINNING_UPPER_PLAYFIELD_TIME = 5
BEGINNING_BONUS_TIME = 5 BEGINNING_BONUS_TIME = 15
## Bonus Time Algorithm ## Bonus Time Algorithm
BONUS_TIME_ALGORITHM = BONUS_TIME_ALGORITHM_OPTIONS["RANDOM"] BONUS_TIME_ALGORITHM = BONUS_TIME_ALGORITHM_OPTIONS["RANDOM"]
BONUS_TIME_MIN_RANDOM_TIME = 5 BONUS_TIME_MIN_RANDOM_TIME = 5