Skip to content

Commit a915d66

Browse files
New maps and settings used for main tournament
1 parent 5d6aa9a commit a915d66

File tree

10 files changed

+286
-0
lines changed

10 files changed

+286
-0
lines changed

maps/map4.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"width":17,
3+
"height":10,
4+
"player1_coordinate":[0,0],
5+
"player2_coordinate":[4,16],
6+
"player3_coordinate":[4,0],
7+
"player4_coordinate":[0,16],
8+
"treasury_coordinate":[8,8],
9+
"walls":[[0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0],
10+
[0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0],
11+
[1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1],
12+
[0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0],
13+
[0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0],
14+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
15+
[1,1,1,0,0,0,0,0,0,0,0,0,0,0,1,1,1],
16+
[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1],
17+
[1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1],
18+
[1,1,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1]],
19+
"fog_map": [[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
20+
[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0],
21+
[0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0],
22+
[0,0,1,0,0,0,0,1,1,1,0,0,0,0,1,0,0],
23+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
24+
[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0],
25+
[0,0,0,1,0,0,0,1,0,1,0,0,0,1,0,0,0],
26+
[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0],
27+
[0,0,0,0,0,0,1,0,0,0,1,0,0,0,0,0,0],
28+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]],
29+
"treasury_map":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
30+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
31+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
32+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
33+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
34+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
35+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
36+
[0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0],
37+
[0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0],
38+
[0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0]]
39+
}

maps/map5.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"width":13,
3+
"height":11,
4+
"player1_coordinate":[2,1],
5+
"player2_coordinate":[8,11],
6+
"player3_coordinate":[8,1],
7+
"player4_coordinate":[2,11],
8+
"treasury_coordinate":[5,6],
9+
"walls":[[0,0,0,0,0,0,1,0,0,0,0,0,0],
10+
[0,0,0,0,1,1,0,1,1,0,0,0,0],
11+
[0,0,1,0,0,0,0,0,0,0,1,0,0],
12+
[0,0,1,1,1,0,0,0,1,1,1,0,0],
13+
[0,0,0,0,1,0,0,0,1,0,0,0,0],
14+
[0,0,0,0,1,0,0,0,1,0,0,0,0],
15+
[0,0,0,0,1,0,0,0,1,0,0,0,0],
16+
[0,0,1,1,1,0,0,0,1,1,1,0,0],
17+
[0,0,1,0,0,0,0,0,0,0,1,0,0],
18+
[0,0,0,0,1,1,0,1,1,0,0,0,0],
19+
[0,0,0,0,0,0,1,0,0,0,0,0,0]],
20+
21+
"fog_map": [[0,0,0,0,0,0,0,0,0,0,0,0,0],
22+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
23+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
24+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
25+
[0,0,1,0,0,0,0,0,0,0,1,0,0],
26+
[0,0,1,0,0,0,0,0,0,0,1,0,0],
27+
[0,0,1,0,0,0,0,0,0,0,1,0,0],
28+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
29+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
30+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
31+
[0,0,0,0,0,0,0,0,0,0,0,0,0]],
32+
33+
"treasury_map":[[0,0,0,0,0,0,0,0,0,0,0,0,0],
34+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
35+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
36+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
37+
[0,0,0,0,0,1,1,1,0,0,0,0,0],
38+
[0,0,0,0,0,1,1,1,0,0,0,0,0],
39+
[0,0,0,0,0,1,1,1,0,0,0,0,0],
40+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
41+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
42+
[0,0,0,0,0,0,0,0,0,0,0,0,0],
43+
[0,0,0,0,0,0,0,0,0,0,0,0,0]]
44+
}

maps/map6.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"width":17,
3+
"height":11,
4+
"player1_coordinate":[0,0],
5+
"player2_coordinate":[10,16],
6+
"player3_coordinate":[10,0],
7+
"player4_coordinate":[0,16],
8+
"treasury_coordinate":[9,8],
9+
"walls":[[0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0],
10+
[0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0],
11+
[0,0,1,0,0,0,0,0,1,0,0,0,0,0,1,0,0],
12+
[0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0],
13+
[0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0],
14+
[0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0],
15+
[0,0,1,0,0,1,0,0,1,0,0,1,0,0,1,0,0],
16+
[0,0,1,0,0,1,0,0,0,0,0,1,0,0,1,0,0],
17+
[0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0],
18+
[0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0],
19+
[0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0]],
20+
21+
"fog_map": [[0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0],
22+
[0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0],
23+
[0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0],
24+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
25+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
26+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
27+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
28+
[0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0],
29+
[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0],
30+
[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0],
31+
[0,0,1,0,0,0,0,0,0,0,0,0,0,0,1,0,0]],
32+
33+
"treasury_map":[[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
34+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
35+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
36+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
37+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
38+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
39+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
40+
[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],
41+
[0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0],
42+
[0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0],
43+
[0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0]]
44+
}

maps/map7.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"width":11,
3+
"height":11,
4+
"player1_coordinate":[1,1],
5+
"player2_coordinate":[1,2],
6+
"player3_coordinate":[9,1],
7+
"player4_coordinate":[9,2],
8+
"treasury_coordinate":[5,9],
9+
"walls":[[0,0,0,0,0,0,0,0,0,0,0],
10+
[0,0,0,0,0,0,0,0,0,0,0],
11+
[0,1,0,0,0,0,0,0,0,0,0],
12+
[0,1,1,1,0,0,0,0,0,0,0],
13+
[0,0,0,0,0,0,0,0,0,0,0],
14+
[0,0,0,0,0,0,0,0,0,0,0],
15+
[0,0,0,0,0,0,0,0,0,0,0],
16+
[0,1,1,1,0,0,0,0,0,0,0],
17+
[0,1,0,0,0,0,0,0,0,0,0],
18+
[0,0,0,0,0,0,0,0,0,0,0],
19+
[0,0,0,0,0,0,0,0,0,0,0]],
20+
"fog_map":[[0,0,0,0,0,0,0,0,0,0,0],
21+
[0,0,0,0,0,0,0,0,0,0,0],
22+
[0,0,0,0,0,0,1,1,1,1,1],
23+
[0,0,0,0,0,0,1,1,1,1,1],
24+
[0,0,0,0,0,0,1,1,0,0,0],
25+
[0,0,0,0,0,0,1,1,0,0,0],
26+
[0,0,0,0,0,0,1,1,0,0,0],
27+
[0,0,0,0,0,0,1,1,1,1,1],
28+
[0,0,0,0,0,0,1,1,1,1,1],
29+
[0,0,0,0,0,0,0,0,0,0,0],
30+
[0,0,0,0,0,0,0,0,0,0,0]],
31+
"treasury_map":[[0,0,0,0,0,0,0,0,0,0,0],
32+
[0,0,0,0,0,0,0,0,0,0,0],
33+
[0,0,0,0,0,0,0,0,0,0,0],
34+
[0,0,0,0,0,0,0,0,0,0,0],
35+
[0,0,0,0,0,0,0,0,1,1,1],
36+
[0,0,0,0,0,0,0,0,1,1,1],
37+
[0,0,0,0,0,0,0,0,1,1,1],
38+
[0,0,0,0,0,0,0,0,0,0,0],
39+
[0,0,0,0,0,0,0,0,0,0,0],
40+
[0,0,0,0,0,0,0,0,0,0,0],
41+
[0,0,0,0,0,0,0,0,0,0,0]]
42+
}

maps/map8.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"width":11,
3+
"height":11,
4+
"player1_coordinate":[0,0],
5+
"player2_coordinate":[10,0],
6+
"player3_coordinate":[0,10],
7+
"player4_coordinate":[10,10],
8+
"treasury_coordinate":[5,5],
9+
"walls":[[0,0,0,0,0,0,0,0,0,0,0],
10+
[0,1,1,1,0,0,0,1,1,1,0],
11+
[0,1,0,0,0,0,0,0,0,1,0],
12+
[1,1,0,0,0,0,0,0,0,1,1],
13+
[0,0,0,0,0,0,0,0,0,0,0],
14+
[0,0,0,0,0,0,0,0,0,0,0],
15+
[0,0,0,0,0,0,0,0,0,0,0],
16+
[1,1,0,0,0,0,0,0,0,1,1],
17+
[0,1,0,0,0,0,0,0,0,1,0],
18+
[0,1,1,1,0,0,0,1,1,1,0],
19+
[0,0,0,0,0,0,0,0,0,0,0]],
20+
"fog_map":[[0,0,0,0,0,0,0,0,0,0,0],
21+
[0,0,0,0,0,0,0,0,0,0,0],
22+
[0,0,0,0,0,0,0,0,0,0,0],
23+
[1,0,0,0,0,0,0,0,0,0,1],
24+
[0,0,0,0,0,0,0,0,0,0,0],
25+
[0,0,0,0,0,0,0,0,0,0,0],
26+
[0,0,0,0,0,0,0,0,0,0,0],
27+
[1,0,0,0,0,0,0,0,0,0,1],
28+
[0,0,0,0,0,0,0,0,0,0,0],
29+
[0,0,0,0,0,0,0,0,0,0,0],
30+
[0,0,0,0,0,0,0,0,0,0,0]],
31+
"treasury_map":[[0,0,0,0,0,0,0,0,0,0,0],
32+
[0,0,0,0,0,0,0,0,0,0,0],
33+
[0,0,0,0,0,0,0,0,0,0,0],
34+
[0,0,0,0,0,0,0,0,0,0,0],
35+
[0,0,0,0,1,1,1,0,0,0,0],
36+
[0,0,0,0,1,1,1,0,0,0,0],
37+
[0,0,0,0,1,1,1,0,0,0,0],
38+
[0,0,0,0,0,0,0,0,0,0,0],
39+
[0,0,0,0,0,0,0,0,0,0,0],
40+
[0,0,0,0,0,0,0,0,0,0,0],
41+
[0,0,0,0,0,0,0,0,0,0,0]]
42+
}

src/settings/setting4.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"rounds": 160,
3+
"def_upgrade_cost": 1,
4+
"atk_upgrade_cost": 1,
5+
"cool_down_rate": 0.8,
6+
"linear_attack_range": 3,
7+
"ranged_attack_radius": 2,
8+
"gold_count": 18,
9+
"agent_sight_range": 9,
10+
"timeout": 2,
11+
"running_cpu_limit": 80,
12+
"sleeping_cpu_limit": 10,
13+
"memory_limit": 512
14+
}
15+

src/settings/setting5.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"rounds": 175,
3+
"def_upgrade_cost": 2,
4+
"atk_upgrade_cost": 3,
5+
"cool_down_rate": 0.5,
6+
"linear_attack_range": 3,
7+
"ranged_attack_radius": 2,
8+
"gold_count": 13,
9+
"agent_sight_range": 9,
10+
"timeout": 2,
11+
"running_cpu_limit": 80,
12+
"sleeping_cpu_limit": 10,
13+
"memory_limit": 512
14+
}
15+

src/settings/setting6.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"rounds": 280,
3+
"def_upgrade_cost": 3,
4+
"atk_upgrade_cost": 2,
5+
"cool_down_rate": 0.5,
6+
"linear_attack_range": 4,
7+
"ranged_attack_radius": 3,
8+
"gold_count": 28,
9+
"agent_sight_range": 11,
10+
"timeout": 2,
11+
"running_cpu_limit": 80,
12+
"sleeping_cpu_limit": 10,
13+
"memory_limit": 512
14+
}
15+

src/settings/setting7.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"rounds": 110,
3+
"def_upgrade_cost": 3,
4+
"atk_upgrade_cost": 2,
5+
"cool_down_rate": 0.5,
6+
"linear_attack_range": 3,
7+
"ranged_attack_radius": 2,
8+
"gold_count": 16,
9+
"agent_sight_range": 9,
10+
"timeout": 2,
11+
"running_cpu_limit": 80,
12+
"sleeping_cpu_limit": 10,
13+
"memory_limit": 512
14+
}
15+

src/settings/setting8.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"rounds": 130,
3+
"def_upgrade_cost": 1,
4+
"atk_upgrade_cost": 1,
5+
"cool_down_rate": 0.8,
6+
"linear_attack_range": 3,
7+
"ranged_attack_radius": 2,
8+
"gold_count": 22,
9+
"agent_sight_range": 9,
10+
"timeout": 2,
11+
"running_cpu_limit": 80,
12+
"sleeping_cpu_limit": 10,
13+
"memory_limit": 512
14+
}
15+

0 commit comments

Comments
 (0)