Designed as a framework to teach middle school and high school aged children about programming in python by allowing them to make their own game. There contains a main file called pyVenture.py which when run will play the game that has been created in the pyVenture.py file. It is a simple text based game (like zork...ish) that allows users to traverse through different rooms they create. At the conclusion of the game (which is designed to be a mystery) they get to ask the player a question. This question can be anything that the user has "learned along the way" and will allow them to solve the mystery.
There is also a feature in the room class called addFunction which allows the user to pass a generic function to the class. This function is passed in such a way that they can define it to be anything they want and must be executed before you can enter that room. This makes it exciting for more advanced students because they can battle a Troll for example.
Downloads:
0 This Week