NAME
DungeonOfEthan - a text-based adventure in the fictional Ethan's mind.
SYNOPSIS (IMAGES)
DESCRIPTION
Dungeon of Ethan is a Java-based implementation of the classic Zork logic. The player explores a complex dungeon, solving puzzles and completing quests using natural language commands built with object-oriented programming and design.
Features include a custom parser, state-saving mechanics, quests, item hints, random events, and a weighted inventory system.
CONTROLS
- n, s, e, w : Move in cardinal directions.
- take [item] : Add item to inventory.
- examine [obj] : Get detailed description.
- hint [obj] : show item actions.
- take [questName] quest : Take a quest from quest board.
- qb/quests : view current quests.
- submit/turnin [questName] : submit a quest at it's questboard.
AUTHORS
Written by Ethan Bostick, Brooke Breneman, and Keith Gray. Based on original works by Infocom.