Python 2 Text Game Challenges – 1

Haunted House Challenge 1 – 4XP

The following will guide you through the development of a simple game. Other activities will add room, objects, inventories and enemies.

CODING TIME
Enter the following code for the first stage and test it.
In this first version of the game, the player makes only one single move and the quits – not too exciting, huh! Be patient for now.
– Using the sample provided below, create the code for your simple game – it will only be ONE movement.

Do this:

Using the sample provided above as a guide, create the code for your simple game – it will only be ONE movement.
We will build more structure as we go.
Save it as adv1.py

Done? Show your teacher and get your 4XP!