This commit is contained in:
2025-12-03 17:49:29 +08:00
parent 8e4be3bda2
commit c2d534c4f7
5 changed files with 110 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ def test_game():
(['Q', 'K'], '011', 1),
]
for cards, his, player in test_cases:
profit = game.get_profit(cards, his, player)
profit = game.get_util(cards, his, player)
print(f"player{player}profit: {profit}")
info_cases = [