Skip to content

Instantly share code, notes, and snippets.

@maxdeviant
Created November 22, 2014 05:22
Show Gist options
  • Select an option

  • Save maxdeviant/b20ea4bf75be44b5aa37 to your computer and use it in GitHub Desktop.

Select an option

Save maxdeviant/b20ea4bf75be44b5aa37 to your computer and use it in GitHub Desktop.

Revisions

  1. maxdeviant created this gist Nov 22, 2014.
    31 changes: 31 additions & 0 deletions hotel.paradise
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    create hotel
    note Description of the hotel.
    program enter hotel
    usage check into

    create lobby
    note A grand lobby.

    create reception desk
    leave
    leave

    create elevator
    create floor one
    create room 101
    leave

    create room 102
    leave
    leave

    create floor two
    leave

    create floor three
    leave

    create floor four
    leave
    leave
    leave