Line 180: |
Line 180: |
| | | |
| The dungeon [[File:Sampledungeon.doc | description file]] description file is plain text and can be edited with the Write Activity. It is purposefully unencrypted and easily edited. 'Cheating' by reading or altering the dungeon is encouraged. | | The dungeon [[File:Sampledungeon.doc | description file]] description file is plain text and can be edited with the Write Activity. It is purposefully unencrypted and easily edited. 'Cheating' by reading or altering the dungeon is encouraged. |
− |
| |
− | [[File:Sampledungonmap.jpg]]
| |
| | | |
| At the moment [[File:Textdungeon.doc | the program]] the program's Python code works from the command line only, no GTK support, no saving, no Journal support. The next step is to add these features. | | At the moment [[File:Textdungeon.doc | the program]] the program's Python code works from the command line only, no GTK support, no saving, no Journal support. The next step is to add these features. |
Line 214: |
Line 212: |
| | | |
| [r,room x,room y,direction,item which unlocks,open text,closed text,text when opening] one entry for each unlockable door | | [r,room x,room y,direction,item which unlocks,open text,closed text,text when opening] one entry for each unlockable door |
| + | |
| + | [[File:Sampledungonmap.jpg]] |
| + | |
| + | [u,0,0,lamp,0,1,key,1,1,sword,1,0,princess] #key in room 0,1 , sword in room 1,1 ,princess room 1,0 |
| + | |
| + | [d,0,0,0,0,0,1,2,0,0,1,1,1,1,1,2,1,1,1,3,0,1,0,0,0] #room 0,0 north door open, room 0,1 east door locked etc |
| + | |
| + | |
| | | |
| ===Keyboard commands=== | | ===Keyboard commands=== |