Safety box
This is a fairly straightforward MakeCode Arcade application that uses text input to reveal a code.
Key details
- Direction Buttons - use these to select the character to enter. When finished use them to select OK.
- A Button - press to enter the highlighted character or OK
Bill of materials
- Any MakeCode Arcade device.
- 1 x box with 4-digit code padlock.
- 1 x box that can be modified to take a 4-digit padlock.
- 1 x 4 digit padlock.
Click here for the completed code (Makecode).
Here is an example of the code generator device running on a Brainpad (code for Brainpad).
Here is an example of the safety box containing a single disarm device.
Explanation
The code generator is one of the simplest parts of the escape room to build. It is a straightforward forever loop that asks for the user to input a six character word. If the word entered is correct, then a background picture is shown that contains an image of the code required to unlock the box.
Setup the following variables:
Add the following code:
Solution
The puzzle contains a single sentence where some of the letters are in bold and red.
Those letters are p
, u
, r
, p
, l
and e
which spells the 6-character password
purple
.
The password that should be entered is: purple
This will reveal the 4-digit code: 1234