🐐
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -4,4 +4,5 @@ __pycache__/
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
backend/simulation_cards.json
|
backend/simulation_cards.json
|
||||||
backend/tournament_grid.png
|
backend/tournament_grid.png
|
||||||
|
backend/tournament_results.json
|
||||||
@@ -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
Reference in New Issue
Block a user