II.
LibraryProcess overview
Reference · livelib-process:game-development--ui-ux-implementation
specializations/game-development/ui-ux-implementation overview
Game UI/UX Design and Implementation Process - Design and implement user interface including HUD, menus, input handling, accessibility features, and responsive design for target platforms.
Attributes
displayName
specializations/game-development/ui-ux-implementation
description
Game UI/UX Design and Implementation Process - Design and implement user interface including
HUD, menus, input handling, accessibility features, and responsive design for target platforms.
libraryPath
library/specializations/game-development/ui-ux-implementation.js
specialization
game-development
references
- - Game UI Design: Best Practices
- WCAG 2.1 Accessibility Guidelines
example
const result = await orchestrate('specializations/game-development/ui-ux-implementation', {
projectName: 'Stellar Odyssey',
uiStyle: 'minimalist-sci-fi',
targetPlatforms: ['PC', 'console'],
accessibilityLevel: 'AA'
});
usesAgents
- ui-designer-agent
- ux-designer-agent
- ui-programmer-agent
- accessibility-tester-agent
- localization-tester-agent
- game-qa-agent
Outgoing edges
lib_applies_to_domain1
- domain:gaming·DomainGaming
lib_belongs_to_specialization1
- specialization:game-development·Specialization
lib_implements_workflow1
- workflow:game-prototype-iteration·WorkflowGame Prototype Iteration
lib_involves_role1
- role:game-developer·RoleGame Developer
lib_requires_skill_area2
- skill-area:game-engine-development·SkillAreaGame Engine Development
- skill-area:gameplay-programming·SkillAreaGameplay Programming
Incoming edges
None.