Escape Room Program – Part 3: escaping the room

Step 3 – A hint?

You might want to give the player a hint to help them out? If you're feeling kind...

You did this before, in Part Two - Step 6.

  1. Code helper imageYou need to add an IF block inside the ELIF that you want to the hint to be in
  2. The screenshot shows you the sort of thing to do.
  3. You can add the hint inside the IF block as well if you want

    You can add hints to more than one ELIF block as well

  4. Run your program to test your code

Now, what if we want to make things harder?