Warning, /games/kapman/src/defaultmaze.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 
0003 <!-- Legend :
0004   '|' or '='    : wall
0005   ' '           : corridor
0006   'x'           : ghost corridor
0007   'X'           : ghost home cell (must be unique)
0008   '.'           : pill
0009   'o'           : energizer
0010 -->
0011 
0012 <Maze rowCount="31" colCount="28">
0013         <Row>|==========================|</Row>
0014         <Row>|............||............|</Row>
0015         <Row>|.====.=====.||.=====.====.|</Row>
0016         <Row>|o|  |.|   |.||.|   |.|  |o|</Row>
0017         <Row>|.====.=====.||.=====.====.|</Row>
0018         <Row>|..........................|</Row>
0019         <Row>|.|==|.||.|======|.||.|==|.|</Row>
0020         <Row>|.|==|.||.|======|.||.|==|.|</Row>
0021         <Row>|......||....||....||......|</Row>
0022         <Row>|====|.|===| || |===|.|====|</Row>
0023         <Row>     |.|===| || |===|.|     </Row>
0024         <Row>     |.||          ||.|     </Row>
0025         <Row>     |.|| |==x===| ||.|     </Row>
0026         <Row>=====|.|| |==x===| ||.|=====</Row>
0027         <Row>      .   |xxXxxx|   .      </Row>
0028         <Row>=====|.|| |======| ||.|=====</Row>
0029         <Row>     |.|| |======| ||.|     </Row>
0030         <Row>     |.||          ||.|     </Row>
0031         <Row>     |.|| |======| ||.|     </Row>
0032         <Row>|====|.|| |======| ||.|=====</Row>
0033         <Row>|............||............|</Row>
0034         <Row>|.|==|.|===|.||.|===|.|==|.|</Row>
0035         <Row>|.|==|.|===|.||.|===|.|==|.|</Row>
0036         <Row>|o..||.......  .......||..o|</Row>
0037         <Row>|=|.||.||.|======|.||.||.|=|</Row>
0038         <Row>|=|.||.||.|======|.||.||.|=|</Row>
0039         <Row>|......||....||....||......|</Row>
0040         <Row>|.|========|.||.|========|.|</Row>
0041         <Row>|.|========|.||.|========|.|</Row>
0042         <Row>|..........................|</Row>
0043         <Row>|==========================|</Row>
0044         <Bonus rowIndex="17" colIndex="14" x-align="accross" y-align="center" />
0045         <Kapman rowIndex="23" colIndex="14" x-align="accross" y-align="center" />
0046         <Ghost rowIndex="11" colIndex="14" x-align="accross" y-align="center" imageId="ghost1"/>
0047         <Ghost rowIndex="14" colIndex="12" x-align="accross" y-align="center" imageId="ghost2"/>
0048         <Ghost rowIndex="14" colIndex="14" x-align="accross" y-align="center" imageId="ghost3"/>
0049         <Ghost rowIndex="14" colIndex="16" x-align="accross" y-align="center" imageId="ghost4"/>
0050 </Maze>