II.
LibraryProcess overview
Reference · livelib-process:game-development--gameplay-systems-implementation
specializations/game-development/gameplay-systems-implementation overview
Gameplay Systems Implementation Process - Implement core gameplay systems including player controllers, game state management, AI behaviors, progression systems, save/load functionality, and debugging tools.
Attributes
displayName
specializations/game-development/gameplay-systems-implementation
description
Gameplay Systems Implementation Process - Implement core gameplay systems including player controllers,
game state management, AI behaviors, progression systems, save/load functionality, and debugging tools.
libraryPath
library/specializations/game-development/gameplay-systems-implementation.js
specialization
game-development
references
- Game Programming Patterns by Robert Nystrom
- Game Engine Architecture by Jason Gregory
example
const result = await orchestrate('specializations/game-development/gameplay-systems-implementation', {
projectName: 'Stellar Odyssey',
systemsToImplement: ['player-controller', 'combat', 'inventory', 'progression'],
engine: 'Unity'
});
usesAgents
- gameplay-programmer-agent
- engine-tools-developer-agent
- game-qa-agent
- technical-documentation-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.