Add turn timer functionality to Table class; update environment configuration

This commit is contained in:
2025-12-20 23:33:55 +01:00
parent f10714b2c8
commit 6e0a97df53
2 changed files with 44 additions and 0 deletions

View File

@@ -20,3 +20,4 @@ MIN_BET=10
MAX_BET=500
ROUND_START_DELAY_MS=3000
ROUND_RESET_DELAY_MS=5000
TURN_TIME_MS=15000