Additional flip on discard variant - endgame and updated rules.md and new rules page.

This commit is contained in:
Aaron D. Lee
2026-01-26 01:01:08 -05:00
parent e9909fa967
commit 67021b2b51
14 changed files with 771 additions and 54 deletions

View File

@@ -412,7 +412,7 @@ def run_simulation(
# Default options
options = GameOptions(
initial_flips=2,
flip_on_discard=False,
flip_mode="never",
use_jokers=False,
)
@@ -450,7 +450,7 @@ def run_detailed_game(num_players: int = 4):
options = GameOptions(
initial_flips=2,
flip_on_discard=False,
flip_mode="never",
use_jokers=False,
)