Python game programming project final

Create the game using the code below. Earn a C with a working game with no modifications to the code below. For an A or B modify the game to make more rooms and/or make the existing rooms harder. Your grade depends on how much you add.

Step 1 - setup the game

Step 2 - Create the player and make him move

Step 3 - create the room object

Step 4 - Room 1

Step 5 - Room 2

Step 6 - Room 3

Step 7 - The main program