A text-based adventure for Python students.
#The Idea
This game is an implementation of the idea presented in chapter 9 of Mark J. Guzdial's Introduction to Computing and Programming in Python, A Multimedia Approach that is both object-oriented and lame.
#How to play
###Windows
Download and install Python. Then open a cmd shell (Start Menu > Run > cmd or Start Menu > search cmd), navigate to the folder where you downloaded this, and type python game.py
.
###Everyone else
Navigate to the folder where you downloaded this in your favorite terminal shell and type ./play
.