File: defaultmaze.xml

package info (click to toggle)
kapman 4%3A4.12.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,296 kB
  • ctags: 374
  • sloc: cpp: 2,512; xml: 40; makefile: 9; sh: 2
file content (50 lines) | stat: -rw-r--r-- 2,002 bytes parent folder | download | duplicates (7)
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
41
42
43
44
45
46
47
48
49
50
<?xml version="1.0"?>

<!-- Legend :
  '|' or '='	: wall
  ' '		: corridor
  'x'		: ghost corridor
  'X'		: ghost home cell (must be unique)
  '.'		: pill
  'o'		: energizer
-->

<Maze rowCount="31" colCount="28">
	<Row>|==========================|</Row>
	<Row>|............||............|</Row>
	<Row>|.====.=====.||.=====.====.|</Row>
	<Row>|o|  |.|   |.||.|   |.|  |o|</Row>
	<Row>|.====.=====.||.=====.====.|</Row>
	<Row>|..........................|</Row>
	<Row>|.|==|.||.|======|.||.|==|.|</Row>
	<Row>|.|==|.||.|======|.||.|==|.|</Row>
	<Row>|......||....||....||......|</Row>
	<Row>|====|.|===| || |===|.|====|</Row>
	<Row>     |.|===| || |===|.|     </Row>
	<Row>     |.||          ||.|     </Row>
	<Row>     |.|| |==x===| ||.|     </Row>
	<Row>=====|.|| |==x===| ||.|=====</Row>
	<Row>      .   |xxXxxx|   .      </Row>
	<Row>=====|.|| |======| ||.|=====</Row>
	<Row>     |.|| |======| ||.|     </Row>
	<Row>     |.||          ||.|     </Row>
	<Row>     |.|| |======| ||.|     </Row>
	<Row>|====|.|| |======| ||.|=====</Row>
	<Row>|............||............|</Row>
	<Row>|.|==|.|===|.||.|===|.|==|.|</Row>
	<Row>|.|==|.|===|.||.|===|.|==|.|</Row>
	<Row>|o..||.......  .......||..o|</Row>
	<Row>|=|.||.||.|======|.||.||.|=|</Row>
	<Row>|=|.||.||.|======|.||.||.|=|</Row>
	<Row>|......||....||....||......|</Row>
	<Row>|.|========|.||.|========|.|</Row>
	<Row>|.|========|.||.|========|.|</Row>
	<Row>|..........................|</Row>
	<Row>|==========================|</Row>
	<Bonus rowIndex="17" colIndex="14" x-align="accross" y-align="center" />
	<Kapman rowIndex="23" colIndex="14" x-align="accross" y-align="center" />
	<Ghost rowIndex="11" colIndex="14" x-align="accross" y-align="center" imageId="ghost1"/>
	<Ghost rowIndex="14" colIndex="12" x-align="accross" y-align="center" imageId="ghost2"/>
	<Ghost rowIndex="14" colIndex="14" x-align="accross" y-align="center" imageId="ghost3"/>
	<Ghost rowIndex="14" colIndex="16" x-align="accross" y-align="center" imageId="ghost4"/>
</Maze>