Back to projects
Idle Orbit

Idle Orbit

In Development

Creator, Game Designer, Developer

A space idle game built as a real progression system. The current build already runs on 3 zones, 15 generators, 12 prestige nodes, 10 events, 17 quests and 33 achievements. The whole balance is driven by JSON, with a modular architecture designed to let the game grow cleanly.

What this project proves

3 zones · 15 generators · 10 events · 17 quests

Current state

In Development • 2026

Design focus

prestigeconfig-driven

Context

The goal was to restart from a cleaner, more readable base and refocus the project on pure idle design: multi-zone progression, prestige, events, quests and achievements, without reopening monetization or active minigame layers too early.

Challenges & constraints

Keep the depth of a long-term idle game without falling back into a fragile architecture. Redesign progression around a single active zone, calibrate event/quest/achievement rewards, and structure the data so a proper balance pass can happen next.

Results & learnings

A functional internal build with 3 zones, 15 generators, 12 prestige nodes, 10 events and 17 quests. The runtime is stable, the save system is versioned, and the project already has a solid enough base to move into balance, content additions and audio.

Tech Stack

Godot 4.6C#

Features

  • 3 progression zones
  • 15 config-driven generators
  • 12 prestige nodes
  • 10 choice-based events
  • 17 daily/weekly quests
  • 33 achievements
prestigeconfig-driven

Production note

The real change is not the stack. It is the refocus: keep the game purely idle, cut parasitic systems, and build a data-driven foundation clean enough that each new lot makes the game deeper instead of more fragile.