This is a simple text based game. I made this for Udacity Intro to Programming Nanodegree. The game tells a simple story of a town terrorized by a vampire leaving in a nearby castle. You play the hero tasked to rid the town of this menace.
This script requires Python 3 or greater. It is not compatible with Python 2.7.
To run the script, from a Unix like terminal, type either:
python3 adventure.pyOrpython adventure.py