-
Notifications
You must be signed in to change notification settings - Fork 1
/
game.json
22 lines (22 loc) · 1.13 KB
/
game.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"players": [{"exeName":"python3 bots/player5.py", "type" : "process", "name":"bot"},
{"exeName":"python3 bots/player5.py", "type" : "process", "name":"bot"},
{"exeName":"python3 bots/player5.py", "type" : "process", "name":"bot"},
{"exeName":"python3 bots/player5.py", "type" : "process", "name":"bot"}],
"money": 3000,
"sizex": 10,
"sizey": 10,
"objects": [{"x": 0, "y": 0, "type": "C", "owner": 0},
{"x": 0, "y": 1, "type": "B", "owner": 0},
{"x": 9, "y": 9, "type": "C", "owner": 1},
{"x": 9, "y": 8, "type": "B", "owner": 1},
{"x": 0, "y": 9, "type": "C", "owner": 2},
{"x": 1, "y": 9, "type": "B", "owner": 2},
{"x": 9, "y": 0, "type": "C", "owner": 3},
{"x": 8, "y": 0, "type": "B", "owner": 3},
{"x": 4, "y": 4, "type": "#", "owner": -1},
{"x": 4, "y": 5, "type": "#", "owner": -1},
{"x": 5, "y": 5, "type": "#", "owner": -1},
{"x": 5, "y": 4, "type": "#", "owner": -1} ],
"maxTurns" : 1000
}