What v3.0 shipped
One game, two views.
v3.0 introduced the render gate: a panel on launch that lets you choose 2D or 3D before entering the menu. Both modes share the same combat, classes, enemy roles, gold economy, enchantment table and leaderboard. The only thing that changes is how the dungeon is drawn.
- Render gate: picks 2D or 3D at the start of each session.
- Shared progression: leaderboard runs from either mode rank against the same Hall of Legends.
- Shared logic: classes, enemies, AI, gold rewards and shop offers are identical across modes.
- Independent rendering: the 3D mode uses dedicated 3D models, lighting and camera work.
Why a hybrid
Not a remake — a second view.
Most "2D to 3D" upgrades replace the older version entirely. v3.0 deliberately did not. The 2D mode is faster to load, runs on weaker hardware and is genuinely easier to read in chaotic rooms. The 3D mode is more immersive and rewards exploration. Players choose per session instead of being forced into one tradeoff.
Cost of the design
Every gameplay change had to ship twice.
Sharing combat logic between modes saves work, but every cosmetic or animation change had to land in both rendering pipelines. The patches that follow v3.0 (v3.1 through v3.5) are mostly about closing this two-pipeline cost: dedicated models, GPU optimization, UI redraws, performance passes.
What players noticed
First-launch friction.
Early v3.0 had two friction points: the 3D load time on first session was longer than expected, and the render gate occasionally felt like an extra step. The loading progress bar and the persistent quality settings in localStorage were added to address both. Future patches (v3.2 and v3.3) handled the underlying performance.