<<< Back to main page

Python Project

Code

In this project, you will make a Python text game. To see the code itself, click here.

Directions

You should find that the code contains a framework for a simple, but relatively boring, text game. Look over the code, and use it as an example when writing your own code.

Suggestions for things to implement:

Proceed to Code