Want to create interactive content? It’s easy in Genially!

Get started free

DEBUG ESCAPE: Mystery Breakout

Chelsey Murdock

Created on October 6, 2025

Start designing with a free template

Discover more than 1500 professional designs like these:

Math Mission

Secret Code

Reboot Protocol

Corporate Escape Room: Operation Christmas

Witchcraft Escape Room

Video Game Breakout

Chaotic Kitchen Escape Game

Transcript

Debugging Escape

Mystery Breakout

Start

Intro

A hacker has hidden your final project inside a secret digital vault! To unlock it, you must identify different types of errors in the code. Remember the letters you are given along the way, you will need to enter the password to escape!

Continue
Mission 1 - Syntax Slip-Up
Locked
Locked
Locked

Answer the question and you will find out the first letters to your password

print("Welcome to Code Lab!)if 5 > 2 print("Bug found!") Question: What type of error will stop this program from running?

PRINTERROR
PARENTHESIS
SYNTAX
CL
Mission 2 - Code Crash
Locked
Completed
Locked
EANC

Drag and discover

number = int("hello")print(number) Question: What kind of error occurs when you try to run this program?

VALUEERROR
ERROR
RUNTIME
Mission 3 - Logic Glitch
Completed
Completed
Locked

x = 10y = 5 sum = x - y print(sum) Question: What kind of error causes the code to run but gives the wrong output?

BUG
LOOP ERROR
FIX

Traceback (most recent call last): File "main.py", line 1, in <module> print(name) NameError: name 'name' is not defined ❓ What type of error message is this?

SYNTAX
VARIABLE
NAME

x = 1while x < 5: print(x) ❓ What’s missing that causes it to never stop printing?

LOOP
WHILE
BREAK

216

Remember this number

Continue
CO
Completed
Completed
Completed
Mission 4 - Code Check

You’re stuck on a bug that doesn’t crash your program but gives the wrong result.Which tool lets you pause and watch each line execute to find the problem?

TERMINAL
DEBUGGER
RUN

DE

Continue

You have reached the last mission 🎉 Do you know what the code is?

Enter the password

Congratulations, programmer! You debugged all the errors and ESCAPED.

Wrong answer!

Try again