Python 2 Text Game Challenges – 2

Haunted House Challenge 2

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 second stage and test it.
In this second version of the game, the player makes moves in many directions and either escapes or dies!
– Using the sample provided below, modify the code for your simple game.

Using the sample provided above as a guide, create the code for your simple game.
Next time, we will replace the IFs with DATA STRUCTURES.
Save it as adv2.py