/usr/share/kapman/defaultmaze.xml is in kapman 4:15.12.3-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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>
|