Maze Escape Game
A playable maze game where a sprite navigates walls, traps and a timer to reach the finish flag.
The curriculum
Pick a track below to see all twelve weeks — then scroll on for the real projects students build.
Curriculum
No mystery curriculum — here's every week, track by track.
Five core areas — how computers work, the internet & networks, cybersecurity, artificial intelligence, and digital literacy — building progressively week by week:
What students build
Every project below is the kind of work students create — and send in for feedback — as they move through the levels.
A playable maze game where a sprite navigates walls, traps and a timer to reach the finish flag.
A working calculator written by a real student — sum, difference, product and quotient, all printed from their own code.
# guess the number! secret = randint(1, 100) guess = int(input("Your guess: ")) while guess != secret: print("Too high!" if guess > secret else "Too low!") >> You got it in 6 tries! 🎉
The computer picks a secret number — the player hunts it down with "higher / lower" clues and a try counter.
Multiple-choice questions, a running score, and a victory screen — built with lists, loops and functions.
A real website — designed, coded and published live on the internet for family anywhere in the world to visit.
A little interactive forecast app — layouts, styling and JavaScript logic working together on one page.
Not sure which level fits? Try the 60-second finder →