feat: add replay server and web client

This commit is contained in:
qianrui.mmmy
2026-05-13 16:48:00 +08:00
parent 09c42e9fa3
commit 3c027eae0b
8 changed files with 1967 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ 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/*"]
[tool.pytest.ini_options]
testpaths = ["tests"]