Misty Manor is a text-based command-line adventure game in the tradition of Zork and contemporary classics like Anchorhead. It is written in Python 3 to be played in the Unix shell.
You play as a child evacuated from your home city in alternate-reality WWII England and sent to stay in an isolated country manor. Confined to the estate, you begin to explore the house and its environs, and find that all is not as it seems - for a secret lurks within the manor that threatens everything you hold dear.
- Leslie Shen
- Nicole Olson
- Coby Lee Hartman
- Be sure you have some version of Python 3 installed. You can check for this on a Mac by opening a Terminal window and entering
python3 --version
. - Either clone this repo, or download and unzip the ZIP archive.
- Navigate to the
Capstone_AdventureGame
folder.
- To start the game, enter
python3 playgame1.py
. - When prompted with the
>
prompt, enternew
to start a new game. - At any point during gameplay, at the
>
prompt, enterquit
to stop playing. You'll then have a chance to save your game.