Sector Scavengers is a spacefaring extraction roguelike where each run feeds a larger civilization-building meta game. This week was all about solving a UI problem that kept getting worse the longer I ignored it: one hub trying to do too much.
What I learned quickly is that running both game modes through a single central hub was making both of them worse. Here is how I used Makko to work through it.
When One Screen Tries to Do Everything
My meta progression systems — crew advancement, station building, hardware research, void powers, and card unlocks — were all living in the same HUD as the controls for individual Expedition runs. On paper it sounded efficient. In practice it created a serious information architecture problem.
The deeper I got into it, the clearer the UX failure became. By the time I reached an end-state prototype, the real design question was not "can I fit this in" — it was "what is this screen actually for?"
Sector Scavengers is a meta game about building a civilization in space through the labor of Space Salvagers during active roguelike deckbuilding runs. That means the Command Deck needs to serve one primary function: prepare the player to succeed in the Extraction Roguelike mode. Once I anchored on that, everything got simpler.
Two Types of Preparation, One Clear Flow
Players prep in two distinct ways before an Expedition run, and they are not the same interaction.
Meta Progression Preparation is about long-term power: researching hardware and cards, spending Void Echo to unlock new abilities, using smuggled power cells to wake crew, and expanding strategic options across multiple runs.
Mission Preparation is run-specific: which ship to fly, which crew to bring, which hardware to equip. These choices directly affect survivability and profitability in that single run.
Both matter. But they should not compete for attention in the same visual lane.
Why the Original HUD Failed
The previous Command Deck was technically functional but cognitively expensive. Everything was present at once, the hierarchy was unclear, and nothing read as a primary action. The player had to do too much interpretation before making a single decision.
That kind of UI friction does not feel like a bug. It feels like the game is hard to understand. For indie game development, where first impressions are everything, that is a problem you cannot leave on the table.
Using Makko to Prototype the Solution
I started generating and iterating Command Deck concepts in Makko's Art Studio with one specific constraint: the screen had to track progression across seven different menus while still letting the player prep and equip for a specific run from the same screen.
Makko gave me dozens of layout options to review in under an hour. As an AI 2D game maker, it let me skip the friction of mocking things up manually and go straight to evaluating structure and readability.
The Structural Fix: Two Zones, One Screen
The solution that came out of prototyping split the interface into two clear zones:
- Left column: long-term progression systems
- Center panel: run-specific mission preparation
That structural separation was the breakthrough. The left side owns progression actions. The center owns immediate mission readiness. Instead of one crowded surface asking the player to do everything at once, they get a readable sequence with an obvious next step.
The redesign also forced distinct identities for each section rather than just moving boxes around. A clear "Progression" label now sits above the left column. Mission prep tabs were renamed to action-based labels: Choose Ship, Pick Crew, Equip Hardware. Validation feedback tells players when they try to launch without completing one of those three prep steps.
Those naming and feedback changes did more than improve aesthetics. They reduced ambiguity and made intent obvious from the moment the screen loads.
But It Still Was Not Good Enough
Staring at the redesign long enough, I realized I had the same cognitive load problem — just with more colors. I had created a clear separation between things that clearly needed to be separate, but they were still on the same page, creating the same overload I was trying to fix.
The concern was adding yet another page for players to navigate before they could start a run. More screens means more drop-off. The solution had to keep players on one page while giving them access to deeper systems without burying the primary action.
Makko helped me design around that constraint. The answer was using the non-interactive background art as safe space — visual breathing room that could host a secondary menu without competing with the main CTA.
If a player has progressed to the point where they can purchase upgrades, they can invoke the Upgrades menu by clicking the blue Upgrades button above the Start Expedition button. All of the progression buttons in the left column disappear, replaced by the upgrade interface. The player can engage with the upgrade system while getting continuous visual cues that it is not the core objective of this screen.
The Final State: One Clear Action
The result is a screen with a single obvious primary action — a red Start Expedition button — and a secondary upgrade system players can invoke without losing sight of what the screen is for. The progression column returns when players exit the upgrade view. The visual hierarchy always points back to the same destination.
What This Taught Me About Game UI Design
When two game modes require different mental models, forcing them through one undifferentiated UI layer hurts both. Structural clarity is not polish — it is gameplay.
And you do not always need another screen. Sometimes you can invoke a secondary menu using safe space created by non-interactive background art, giving players depth without adding navigation steps.
Rapid prototyping in Makko made this a one-hour problem instead of a multi-day one. The ability to make a 2D game with AI — not just art, but layout concepts and UI structures — compressed a design iteration cycle that would have taken days of manual mockups into a single focused session.
I will be testing this with live players soon and appreciate all the feedback so far. Next week: how Makko helped me rapidly prototype the deckbuilding adventure mode for Sector Scavengers.
Start building for free at Makko





Top comments (0)