Line 199: |
Line 199: |
| * programming like skills | | * programming like skills |
| * create in any language | | * create in any language |
| + | |
| + | ===Dungeon file format=== |
| + | <l,room x,room y> your location |
| + | |
| + | <i, item, item ....> your inventory |
| + | |
| + | <u,room x, room y, item, room x, .....> location of items |
| + | |
| + | <d,room x, room y, direction, closed, room x, .....> status of wall/door segments |
| + | |
| + | <r,room x,room y,direction,item which unlocks,open text,closed text,text when opening> |
| + | |
| + | |
| + | <r,room x,room y,direction,item which unlocks,open text,closed text,text when opening> |
| + | |
| + | ... |