Strategická: Výchozí hodnoty pro počty vojáků
This commit is contained in:
parent
dbcff21a78
commit
2bdae4bbf5
2 changed files with 2 additions and 0 deletions
|
@ -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......................",
|
||||||
|
|
|
@ -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.",
|
||||||
|
|
Loading…
Reference in a new issue