PUZZLE SOLVED: CODE10 Computer in Executive Office | Escape Simulator Walkthrough | Puzzle Game
We'll use this Escape Simulator gameplay and commentary #short to explain the CODE10 puzzle in the "Executive Office" escape room in Escape Simulator's Omega Corporation, and also how to solve it - all in under ONE MINUTE!
First, to better understand the puzzle, locate the computer terminal and open the glass that's enclosing it's keyboard and clue instructions. If you inspect the instructions, you'll note that it walks through each of the three commands we're going to need to use to complete each of the three levels in this puzzle.
The first level is relatively simple. Review the expected output in the bottom right corner of the screen - this is what we're looking to recreate using the commands and prompts and then running the code. Hit the "Print "Hello"" prompt and then hit the "Print "World"" prompt and then hit "Run Code". You'll notice that the output matches expected, and we'll move on to Level 2.
In level 2, we need to incorporate text colour prompts into our basic code. Reviewing the instructions, when adding text colour prompts, they need to be placed before the text prompts. The first line of our expected output is a red "world", so we'll hit "Txtcolour(x)" prompt and find the corresponding colour in the chart below. We need red, and the chart signifies that the colour red coincides with the number "2". Therefore, our Level 2 solution is as follows:
txtcolor(2)
print "hello"
txtcolor(5)
print "world"
txtcolor(2)
print "hello"
For our third level, we can skip the text colour prompts but we'll need to incorporate start and end loops that'll reprint what we tell it to "x" amount of times. We can see that we have 3 "hello" in our expected output, as well as 10 "world" lines in our expected output. If we inspect the instructions again, you'll notice that we need to start Level 3 using the "For I=1 to X" prompt to start the loop, and then we'll need to use "Next I" to end it. Also, because the keypad only allows you to key in one number, we can't key 10 "world" lines. After ending the "hello" loop, we'll hit "print "world"" and then start the loop to automatically run ANOTHER 9. The Level 3 prompt is then as follows:
For I = 1 to (3)
Print "Hello"
Next I
Print "World"
For I = 1 to (9)
Print "World"
Next I
Once you complete Level 3, you'll receive the CODE10 computer chip - one of the four computer chips required to obtain the key to room escape!
If this video helped you, please let us know. Also, consider subscribing to our channel for more helpful hints and guides!
#escaperoomgame #escapesimulator #puzzlegame #videogame #puzzlesolved #roomescape #omegacorporation #executiveoffice
Other Videos By Friendly Frenzy Games
Other Statistics
Escape Simulator Statistics For Friendly Frenzy Games
At this time, Friendly Frenzy Games has 11,938 views for Escape Simulator spread across 86 videos. Escape Simulator has approximately 11 hours of watchable video on his channel, or 2.25% of the total watchable video on Friendly Frenzy Games's YouTube channel.