Skip to content

Instantly share code, notes, and snippets.

@earthling-shruti
Last active December 10, 2015 21:48
Show Gist options
  • Save earthling-shruti/4498020 to your computer and use it in GitHub Desktop.
Save earthling-shruti/4498020 to your computer and use it in GitHub Desktop.
@LOOPSTART
FFI << @LOOK @EAST
testtgoto << @PULLEAST
FFI << @LOOK @SOUTH
testtgoto << @PULLSOUTH
FFI << @LOOK @NORTH
testtgoto << @PULLNORTH
FFI << @MOVE @WEST
goto << @LOOPSTART
@PULLEAST
FFI << @PULL @EAST
FFI << @LOOK @NORTH
testtgoto << @PULLNORTH
FFI << @LOOK @SOUTH
testtgoto << @PULLSOUTH
FFI << @LOOK @EAST
testtgoto << @PULLEAST
goto << @LOOPSTART
@PULLWEST
FFI << @PULL @WEST
FFI << @MOVE @WEST
FFI << @LOOK @NORTH
testtgoto << @PULLNORTH
FFI << @LOOK @SOUTH
testtgoto << @PULLSOUTH
FFI << @LOOK @WEST
testtgoto << @PULLWEST
goto << @LOOPSTART
@PULLSOUTH
FFI << @PULL @SOUTH
FFI << @MOVE @SOUTH
FFI << @LOOK @EAST
testtgoto << @PULLEAST
FFI << @LOOK @WEST
testtgoto << @PULLWEST
FFI << @LOOK @SOUTH
testtgoto << @SOUTH
goto << @LOOPSTART
@PULLNORTH
FFI << @PULL @NORTH
FFI << @MOVE @NORTH
FFI << @LOOK @WEST
testtgoto << @PULLWEST
FFI << @LOOK @EAST
testtgoto << @PULLEAST
FFI << @LOOK @NORTH
testtgoto << @PULLNORTH
goto << @LOOPSTART
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment