This commit is contained in:
2026-03-23 00:02:49 +01:00
parent 3c7b1ba3a1
commit 99db0b3c67
3 changed files with 4 additions and 1770 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@ __pycache__/
backend/simulation_cards.json backend/simulation_cards.json
backend/tournament_grid.png backend/tournament_grid.png
backend/tournament_results.json

View File

@@ -429,9 +429,9 @@ def draw_grid(
if __name__ == "__main__": if __name__ == "__main__":
import sys import sys
GAMES_PER_MATCHUP = 50 GAMES_PER_MATCHUP = 10
difficulties = list(range(1, 11)) difficulties = list(range(6, 11))
card_pool = get_simulation_cards() card_pool = get_simulation_cards()
players = _all_players(difficulties) players = _all_players(difficulties)

File diff suppressed because it is too large Load Diff