Activities/Text dungeon: Difference between revisions

Tonyforster (talk | contribs)
Tonyforster (talk | contribs)
Line 46: Line 46:


[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 south open, room 0,1 east door locked etc
[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 south open, room 0,1 east door locked etc
===Editing example===
For example, put a brick in the room just to the north of the one with the key :
add the following to the [u command to put a brick in room 0,2 (just north of room 0,1)
,0,2,brick
put open doors going north out of room 0,1 and back, south out of room 0,2 :
add the following to the [d command, (room 0,1 north open, room 0,2,south open)
,0,1,0,0, 0,2,2,0


===Keyboard commands===
===Keyboard commands===