WhileIterating's game – Devlog

A daily devlog documenting my journey building a turn-based RPG, with many other elements mixed in for fun, in Godot


Project maintained by Brhando Hosted on GitHub Pages — Theme by mattgraham

🏹 Devlog Day 14 (June 5, 2025)

Progress Made

Challenges

Next Steps

Reflection

This was a big structure day — a lot of today’s progress happened behind the scenes but will pay off every time a player enters a dungeon. Building out the DungeonManager and DungeonRoomManager singletons gives the game a scalable backbone for dungeon encounters and room transitions. They’re flexible, decoupled from the UI, and pave the way for future features like randomized dungeons, difficulty scaling, and branching paths.

Solving the enemy overlap with a visual node layout approach was a good reminder that not everything has to be code-heavy — sometimes the editor and some clean structure are all you need. I’m also happy with how the dungeon rooms load smoothly now and how simple it is to configure future encounters.

With the core dungeon loop in place and feeling smooth, the game is finally starting to resemble a real RPG experience. Tomorrow’s goal of improving target selection will polish the flow further, and then it’ll be time to tackle animations, more dynamic encounters, and deeper systems.