Python Mini-Adventure

This programming challenge helps prepare you for your BIG ADVENTURE GAME that you will build with a partner.

You will create this program on your own.

Click here to see and play a sample program.

Click here to see a flowchart of the sample program

Click here to turn in your Mini Adventure Game.

Ideas
Job chooser
Car chooser
Vacation selection tool
Fictional tale…
Android or iPhone?
Mac or PC?
or….?

Requirements:
1. use the import time module to add pauses in your program.  See the sample program for details.

2. ask the player for their name and use it in the program.

3. give the player a chance to play again

4. create at least two functions that you will call depending on the choice(s) made by the player.

5. Use these two styles of questions:
>use the classic yes/no, left/right, north/south
>give them choices like 1,2, or 3 like this (click sample to see full size):

 

 

6. Player choices: use your functions to create at least two different endings that can be reached by multiple pathways.  Use if/elif/else statements to create the different pathways.

Click here to turn in your Mini Adventure Game.