phaser-scene-template
Installation
SKILL.md
Phaser Scene Template
Overview
Standardized Phaser scene template with test seam, lifecycle methods, and common patterns. Accelerate scene creation and ensure consistency.
Template Structure
See assets/scene-template.ts for complete scene template code.
Key Components
- Lifecycle methods:
preload(),create(),update() - Test seam setup: Standardized test seam structure
- Game state management: Common state patterns
- Scene navigation: Transition methods