What problem does it solve?
This Skill eliminates the steep learning curve and repetitive boilerplate work of building 2D browser games with Phaser 3, letting developers focus on game design instead of framework setup and low-level configuration errors.
Core Features & Use Cases
- Scene-Based Game Architecture: Standardized patterns for boot, menu, gameplay, and UI scenes with proper state management and transitions.
- Physics & Interaction Systems: Pre-built guidance for Arcade/Matter physics, collision detection, input handling (keyboard, pointer, touch), and sprite animations.
- Use Case: A developer building a 2D platformer can use this Skill to quickly scaffold scene structure, implement player movement with Arcade physics, add tilemap collision, and set up sprite animations without manually writing boilerplate Phaser configuration code.
Quick Start
Use the phaser-gamedev skill to scaffold a new 2D platformer project with Arcade physics, player movement, and tilemap collision support.