Numerous WebUI animations, improvements, AI fixes, opporitunity cost-based decision logic, etc.

This commit is contained in:
Aaron D. Lee
2026-01-25 17:37:01 -05:00
parent d9073f862c
commit f80bab3b4b
35 changed files with 5772 additions and 403 deletions

View File

@@ -40,9 +40,6 @@ class TestCardValues:
opts = {'super_kings': True}
assert get_card_value('K', opts) == -2
opts = {'lucky_sevens': True}
assert get_card_value('7', opts) == 0
opts = {'ten_penny': True}
assert get_card_value('10', opts) == 1