Commands - Guillemsc/Underwater-Zork GitHub Wiki

#Movement

  • "n" -> to go North.
  • "s" -> to go South.
  • "e" -> to go East.
  • "w" -> to go West.

#Environment

  • "open" -> to open doors or boxes.
  • "hide" -> to be hided on the somewhere.
  • "scream" -> you scream for some help.

#Items

  • "take [itemName]" -> to put it into the inventory.
  • "drop [itemName]" -> to drop it from the inventory.
  • "use [itemName]" -> to use it when it's on the inventory.

#Fight

  • "run" -> to try to scape.
  • "atack" -> to atack an an NPC.