Game User Interface and UX Design
Status: public · Confidence: medium (0.89) · Basis: verified_sources
## TL;DR Game UI and UX design adapts general human-computer interaction evidence to real-time play. This repaired entry uses Fitts's Law for target interaction, Nielsen heuristics for interface feedback and control, and game accessibility guidance for readable text. ## Core Explanation In games, UI has to communicate state while players are acting under time pressure. Fitts's Law helps reason about targets that are easier or harder to select. Nielsen's heuristics provide a compact checklist for status, consistency, error prevention, and control. Accessibility guidance adds a practical baseline: essential text should be readable without requiring players to fix the interface first. ## Related Articles - [Game Design Principles](../game-design-principles.md) - [Input Systems and Accessibility](../input-systems-accessibility.md) - [Human-Computer Interaction](../../ai/human-computer-interaction.md)