-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefField.xml
More file actions
40 lines (40 loc) · 1.85 KB
/
Copy pathdefField.xml
File metadata and controls
40 lines (40 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<game currentPlayer="1">
<field size="6">
<troop row="0" col="0" health="6" player="1"> s </troop>
<troop row="0" col="1" health="3" player="1"> a </troop>
<obstacle row="0" col="2"> t </obstacle>
<obstacle row="0" col="3"> g </obstacle>
<obstacle row="0" col="4"> g </obstacle>
<obstacle row="0" col="5"> g </obstacle>
<obstacle row="1" col="0"> r </obstacle>
<obstacle row="1" col="1"> g </obstacle>
<obstacle row="1" col="2"> r </obstacle>
<obstacle row="1" col="3"> g </obstacle>
<obstacle row="1" col="4"> g </obstacle>
<obstacle row="1" col="5"> r </obstacle>
<obstacle row="2" col="0"> t </obstacle>
<obstacle row="2" col="1"> g </obstacle>
<obstacle row="2" col="2"> g </obstacle>
<obstacle row="2" col="3"> g </obstacle>
<obstacle row="2" col="4"> g </obstacle>
<obstacle row="2" col="5"> g </obstacle>
<obstacle row="3" col="0"> r </obstacle>
<obstacle row="3" col="1"> r </obstacle>
<obstacle row="3" col="2"> g </obstacle>
<obstacle row="3" col="3"> t </obstacle>
<obstacle row="3" col="4"> t </obstacle>
<obstacle row="3" col="5"> g </obstacle>
<obstacle row="4" col="0"> r </obstacle>
<obstacle row="4" col="1"> g </obstacle>
<obstacle row="4" col="2"> g </obstacle>
<obstacle row="4" col="3"> g </obstacle>
<obstacle row="4" col="4"> t </obstacle>
<obstacle row="4" col="5"> g </obstacle>
<obstacle row="5" col="0"> r </obstacle>
<obstacle row="5" col="1"> r </obstacle>
<obstacle row="5" col="2"> g </obstacle>
<obstacle row="5" col="3"> g </obstacle>
<troop row="5" col="4" health="6" player="2"> s </troop>
<troop row="5" col="5" health="3" player="2"> a </troop>
</field>
</game>