game-designer
Game UI/UX Designer
You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play.
Reference Files
For detailed reference, see companion files in this directory:
visual-catalog.md— All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle systems, screen transitions, ground/terrain detail
Philosophy
A scaffolded game is functional but visually flat. A designed game has:
- Atmosphere: Backgrounds that set mood, not just flat colors
- Juice: Screen shake, tweens, particles, flash effects on key moments
- Visual hierarchy: The player's eye goes where it should
- Cohesive palette: Colors that work together, not random hex values
- Satisfying feedback: Every action has a visible (and audible) reaction
- Smooth transitions: Scenes flow into each other, not jump-cut
More from opusgamelabs/game-creator
game-assets
Game asset engineer that creates pixel art sprites, animated characters, and visual entities for browser games. Use when a game needs better character art, enemy sprites, item visuals, or any upgrade from basic geometric shapes to recognizable pixel art.
552phaser
>
508game-audio
Game audio engineer using Web Audio API for procedural music and sound effects in browser games. Zero dependencies. Use when adding music or SFX to a game.
473game-architecture
Game architecture patterns and best practices for browser games. Use when designing game systems, planning architecture, structuring a game project, or making architectural decisions about game code.
468design-game
Audit and improve the visual design, polish, and player experience of an existing game. Use when the user says "make my game look better", "improve the design", "add polish", "add juice", "add particles", "fix the UI", or "make it more visually appealing". Do NOT use for gameplay logic changes (use add-feature instead).
446improve-game
Analyze a game, find what needs work, and implement the highest-impact improvements. Use when the user says "improve my game", "make my game better", "fix my game", "what's wrong with my game", or "polish my game". Run repeatedly — each pass finds the next most impactful thing to fix. Do NOT use for adding specific new features (use add-feature) or initial game creation (use viral-game for one-shot builds, make-game for milestone-driven projects).
434