So, you are in a dungeon. There is nothing but 4 EXITS. The valid EXITS are NORTH, SOUTH, EAST, and WEST.
Command list:
LOOK (object) - Look at object.
USE (object/exit) - Interact with object or exit. For exits, it will count as an attempt to go through the exit.
GET (object) - Get the object.
GIVE (object) (something else (optional)) - Give the object. If the other thing isn't specified, it will count as the closest interactable thing to you.
ATTACK (object/enemy) - Attack an object or enemy. The most common object you would be attacking would be locked doors.
OPEN (something closed however unlocked) - Open something that's unlocked.
TYPE (number) - Go into autopilot for a specified number of turns.
SPEAK (dialog) - Say something. This will be useful for later.
HIDE - If there's something you can hide behind, you can hide...
FLEE - Quite simply; run away.
Enter a command.