Build a Text Adventure game using Python.
Assignment Details
A Text Adventure is an older style of game popular on computers before Graphical User Interfaces were common (and sometime after then, too). The player is provided with a description of where they are, and a list of options on what they can do next. The player can then type their next action, at which point the computer will describe what happens and what the player can do next.
Build your own text adventure using whatever theme and subject you like. You'll need to build a system for getting user input and describing what happens next. You'll also need to keep track of some state, such as items and what rooms are currently open to the player. You also need to implement a save/load system, so players can save their games and come back to it after exiting the program.
Full Requirements:
Suggestions:
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here