feat(web): add web control client

This commit is contained in:
2026-05-17 18:04:33 +08:00
parent 01c7176b1c
commit 2062f917b0
8 changed files with 1800 additions and 2 deletions
+1
View File
@@ -9,6 +9,7 @@ dependencies = []
texas-holdem-server = "texas_holdem.server:main"
texas-holdem-human = "texas_holdem.human_client:main"
texas-holdem-ai = "texas_holdem.ai_client:main"
texas-holdem-replay = "texas_holdem_replay.server:main"
[tool.setuptools.package-data]
texas_holdem_replay = ["static/*"]