UI/UX Game Design
Purpose
HUD patterns, menu systems, feedback loops, onboarding, and accessibility for any game type. Genre-agnostic — the same principles apply whether you're building an idle clicker, an MMO, or a puzzle game.
When to Use
Trigger: game UI, game UX, HUD, menu system, game feedback, onboarding, tutorial, accessibility, game interface, notification system, settings menu, inventory UI, tooltip, progress bar, game menu
Prerequisites
game-design-fundamentals — feedback loop and player motivation context
Core Principles
Fumito Ueda: "Minimalism amplifies emotional impact. Remove everything that doesn't serve the experience."
Jenova Chen: "The interface should be invisible — players should feel, not read."
Shigeru Miyamoto: "Good UI teaches through interaction, not instruction."
- Less is more — show only what the player needs right now; progressive disclosure for complex systems (Ueda)
- Feedback is instant — every player action produces immediate visual + audio response (Chen)
- Teach by doing — tutorials should be interactive, not text walls; the best tutorial is no tutorial at all (Miyamoto)
- Consistency breeds intuition — same patterns everywhere: same button = same action, same color = same meaning
- Accessibility is not optional — colorblind modes, scalable text, remappable controls, screen reader support
- Mobile-first responsive — design for smallest screen first, scale up; touch targets minimum 44px
- State is always visible — player should never wonder "what's happening?" — show health, progress, currency, status
Key UI Patterns
| Pattern |
Use Case |
Implementation |
| HUD overlay |
Always-visible game state |
Fixed position, minimal footprint |
| Radial menu |
Quick action selection |
Triggered by hold/right-click |
| Tab navigation |
Multi-system management |
Tabs with badge indicators |
| Modal dialog |
Confirmations, important info |
Blocks game, requires action |
| Toast notification |
Non-critical updates |
Auto-dismiss, stackable |
| Tooltip |
Contextual details |
Hover/long-press, positioned smart |
| Progress bar |
Show advancement |
Linear or radial, with milestones |
| Inventory grid |
Item management |
Drag-drop, sort, filter, search |
Onboarding Flow
1. First interaction → teach core mechanic (no text, just do it)
2. First reward → show feedback system (number go up, sound, visual)
3. First choice → teach decision-making (two options, clear difference)
4. First failure → teach recovery (low stakes, quick retry)
5. First system unlock → teach progressive disclosure (new tab appears)
Cross-References
game-design-fundamentals — feedback loops and reward schedules
level-design — tutorial level integration
elevenlabs-sound-music — audio feedback integration
Pitfalls & Anti-Patterns
- "UI soup" — too many elements on screen at once; players can't focus
- "Text tutorial" — pages of instructions before the player does anything
- "Hidden information" — critical game state not visible; player feels lost
- "Inconsistent controls" — same button does different things in different screens
- "No feedback" — player clicks and nothing visually happens for 200ms+
- "Accessibility afterthought" — adding colorblind mode after launch; it should be designed in
Designer Philosophy
Fumito Ueda (ICO, Shadow of the Colossus): The best UI is invisible. In ICO, there's no HUD — the player grips Yorda's hand, and that IS the interface. Every UI element you add should justify its existence against the alternative of removing it entirely.
Jenova Chen (Journey, Flower): UI should create emotional connection, not information overload. In Journey, the entire "multiplayer UI" is another player's presence. No health bars, no names, no chat — just shared experience through minimal interface.
Shigeru Miyamoto (Mario, Zelda): The best tutorials are the ones players don't notice. World 1-1 of Super Mario Bros teaches running, jumping, enemies, power-ups, and secrets — all without a single line of text.
Sources
- "The Invisible Interface" — Fumito Ueda, GDC 2006
- "Designing Journey" — Jenova Chen, GDC 2013
- "Game Feel" — Steve Swink
- "Don't Make Me Think" — Steve Krug (applies to game UI too)
- WCAG 2.1 accessibility guidelines adapted for games
1---2name: design-ui-ux-game3description: Use when designing game UI — HUD patterns, menu systems, onboarding flows, feedback loops, accessibility features, or notification systems. Triggers: HUD, menu, onboarding, accessibility, UI, UX, game interface.4---56# UI/UX Game Design78## Purpose910HUD patterns, menu systems, feedback loops, onboarding, and accessibility for any game type. Genre-agnostic — the same principles apply whether you're building an idle clicker, an MMO, or a puzzle game.1112## When to Use1314Trigger: game UI, game UX, HUD, menu system, game feedback, onboarding, tutorial, accessibility, game interface, notification system, settings menu, inventory UI, tooltip, progress bar, game menu1516## Prerequisites1718- `game-design-fundamentals` — feedback loop and player motivation context1920## Core Principles2122> Fumito Ueda: "Minimalism amplifies emotional impact. Remove everything that doesn't serve the experience."23> Jenova Chen: "The interface should be invisible — players should feel, not read."24> Shigeru Miyamoto: "Good UI teaches through interaction, not instruction."25261. **Less is more** — show only what the player needs right now; progressive disclosure for complex systems (Ueda)272. **Feedback is instant** — every player action produces immediate visual + audio response (Chen)283. **Teach by doing** — tutorials should be interactive, not text walls; the best tutorial is no tutorial at all (Miyamoto)294. **Consistency breeds intuition** — same patterns everywhere: same button = same action, same color = same meaning305. **Accessibility is not optional** — colorblind modes, scalable text, remappable controls, screen reader support316. **Mobile-first responsive** — design for smallest screen first, scale up; touch targets minimum 44px327. **State is always visible** — player should never wonder "what's happening?" — show health, progress, currency, status3334## Key UI Patterns3536| Pattern | Use Case | Implementation |37|---------|----------|---------------|38| HUD overlay | Always-visible game state | Fixed position, minimal footprint |39| Radial menu | Quick action selection | Triggered by hold/right-click |40| Tab navigation | Multi-system management | Tabs with badge indicators |41| Modal dialog | Confirmations, important info | Blocks game, requires action |42| Toast notification | Non-critical updates | Auto-dismiss, stackable |43| Tooltip | Contextual details | Hover/long-press, positioned smart |44| Progress bar | Show advancement | Linear or radial, with milestones |45| Inventory grid | Item management | Drag-drop, sort, filter, search |4647## Onboarding Flow4849```501. First interaction → teach core mechanic (no text, just do it)512. First reward → show feedback system (number go up, sound, visual)523. First choice → teach decision-making (two options, clear difference)534. First failure → teach recovery (low stakes, quick retry)545. First system unlock → teach progressive disclosure (new tab appears)55```5657## Cross-References5859- `game-design-fundamentals` — feedback loops and reward schedules60- `level-design` — tutorial level integration61- `elevenlabs-sound-music` — audio feedback integration6263## Pitfalls & Anti-Patterns6465- **"UI soup"** — too many elements on screen at once; players can't focus66- **"Text tutorial"** — pages of instructions before the player does anything67- **"Hidden information"** — critical game state not visible; player feels lost68- **"Inconsistent controls"** — same button does different things in different screens69- **"No feedback"** — player clicks and nothing visually happens for 200ms+70- **"Accessibility afterthought"** — adding colorblind mode after launch; it should be designed in7172## Designer Philosophy7374**Fumito Ueda** (ICO, Shadow of the Colossus): The best UI is invisible. In ICO, there's no HUD — the player grips Yorda's hand, and that IS the interface. Every UI element you add should justify its existence against the alternative of removing it entirely.7576**Jenova Chen** (Journey, Flower): UI should create emotional connection, not information overload. In Journey, the entire "multiplayer UI" is another player's presence. No health bars, no names, no chat — just shared experience through minimal interface.7778**Shigeru Miyamoto** (Mario, Zelda): The best tutorials are the ones players don't notice. World 1-1 of Super Mario Bros teaches running, jumping, enemies, power-ups, and secrets — all without a single line of text.7980## Sources8182- "The Invisible Interface" — Fumito Ueda, GDC 200683- "Designing Journey" — Jenova Chen, GDC 201384- "Game Feel" — Steve Swink85- "Don't Make Me Think" — Steve Krug (applies to game UI too)86- WCAG 2.1 accessibility guidelines adapted for games