Syn City

Error 404: Hope Not Found

Start Debugging
Genre
Educational Puzzler
Language
C# / .NET
Status
Early Access

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.

void RepairBridge() {
  if (!isBroken) return;
  // TODO: Player must fix this syntax error to proceed!
  bridge.SetActive(true);
}

Syn City isn't just a game; it's a fully interactive C# learning tool disguised as a cyberpunk adventure.

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.

Initialize Runtime

CONTROLS: WASD to Move • Left Click to Debug • E to Show Hint • Q to Hide Hint