Skip to content

Instantly share code, notes, and snippets.

@GedMullen
Last active April 18, 2018 15:51
Show Gist options
  • Save GedMullen/3ec99f23198c507297fc192e9a762f1a to your computer and use it in GitHub Desktop.
Save GedMullen/3ec99f23198c507297fc192e9a762f1a to your computer and use it in GitHub Desktop.
# +------------------+
# | |
# | sick bay |
# | |
# +---------+--------+
# |
# |
# |
# +--------------+ +----------+-----------+ +----------+
# | | | | | |
# | transporter +------+ starship enterprise +------+ bridge |
# | | | | | |
# +--------------+ +----------------------+ +----------+
#
# Each command must be separated by a comment!
# delete the previous starship if exists
# @del starship
# first dig the starship
@dig/teleport starship : tutorial_world.rooms.WeatherRoom = north, south
# describe the starship room
@desc Welcome. My name is Captain Kirk. These are the voyages of the starship Enterprise. Its five-year mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go where no man has gone before. {wwest{n will take you to the Transporter, {wnorth{n will take you to the Sick Bay and {weast{n will take you to the Bridge..
#dig the bridge to the east
@dig/teleport bridge = east, west
#describe the bridge
@desc this is the bridge
#move back to the starship room
west
#dig the sickbay to the north
@dig/teleport sickbay = north, south
#describe the sickbay
@desc this is sickbay
#move back to the starship
south
#dig the transporter to the west
@dig/teleport transporter = west, east
# describe the tansporter
@desc this is the transporter
# move back to the starhsip
east
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment