Fix The Code, Save The City
Welcome to Syn City, a digital metropolis on the brink of collapse. The Source Code that governs reality has been corrupted by rogue malware, causing gravity to fail, buildings to glitch, and logic to break down.
You play as a Runtime Agent, armed with a debugger tool. Your mission: traverse the glitching districts and rewrite the C# scripts that control the environment.
if (!isBroken) return;
// TODO: Player must fix this syntax error to proceed!
bridge.SetActive(true);
}
Learning Modules
Visual Debugging
See code execution in real-time. If you write an infinite loop, you'll see the world freeze around you.
Syntax & Semantics
Learn the difference between build errors (walls blocking your path) and runtime errors (falling through the floor).
Object-Oriented Combat
Defeat enemies by identifying their class weaknesses and instantiating the correct counter-objects.
Real C# Skills
No drag-and-drop blocks. You will type actual C# syntax, variables, loops, and methods to solve puzzles.