Strategická: Výchozí hodnoty pro počty vojáků

This commit is contained in:
Jiří Kalvoda 2022-09-14 18:53:42 +02:00
parent dbcff21a78
commit 2bdae4bbf5
2 changed files with 2 additions and 0 deletions

View file

@ -18,6 +18,7 @@ configuration = {
"teams_height": 4, "teams_height": 4,
"width_per_team": 30, "width_per_team": 30,
"height_per_team": 30, "height_per_team": 30,
"born_per_round": [1],
# seed=5 # seed=5
"hills": [ "hills": [
".xx....x......................", ".xx....x......................",

View file

@ -88,6 +88,7 @@ def create_test_game(user):
"teams_height": 2, "teams_height": 2,
"width_per_team": 10, "width_per_team": 10,
"height_per_team": 10, "height_per_team": 10,
"born_per_round": [1],
"hills": [ "hills": [
".xx....x..", ".xx....x..",
".xxx...xx.", ".xxx...xx.",