Escape Room Program – Part 3: escaping the room

Part Three Introduction:

These pages follow on from Part Two and deal with finishing the escape room off. Or just starting it – the escape room can include as many riddles as you want!.

So far in my example I've had two riddles:

  1. turning the light on
  2. opening the door

I think we need to solve at least one more riddle to escape the room.

If you didn't get all of Part Two done yet, you'll need to go back there and finish that first.

Idle menu helper imageOpening your Python file

You should have a file saved from Part Two. It might be called something like escape and should be saved in your OneDrive.

  1. Open All Programs and find the Python 3.8 folder
  2. Open IDLE (Python 3.8 64-bit)
  3. IMPORTANT – click File > Open, find your Python file and open it.

If you've lost your Part Two file, there is a file you can copy.

Text file iconClick to open the text file

You'll need to copy the code into a new Python window. Save the file and run it to check that it works.

Ask for help if you need it...