What problem does it solve?
This Skill helps you build reliable 2D browser games in Phaser 3 by choosing the right architecture, physics, and asset-loading approach before implementation. It reduces guesswork around scenes, collisions, spritesheets, tilemaps, pooling, and performance issues that often cause broken gameplay or hard-to-debug rendering problems.
Core Features & Use Cases
- Phaser 3 Architecture Guidance: Plan scene structure, state flow, and game configuration for menus, gameplay, HUDs, and transitions.
- Physics and Performance Patterns: Apply Arcade Physics, object pooling, collision tuning, and frame-rate-independent movement for stable runtime behavior.
- Asset and Level Integration: Load and validate spritesheets, nine-slice UI panels, tilemaps, object layers, and animated tiles with measurement-first workflows.
- Use Case: A developer can use this Skill to set up a platformer prototype, verify a spritesheet’s frame dimensions, configure tilemap collisions, and optimize enemy or bullet spawning without trial-and-error.
Quick Start
Ask for a Phaser 3 game plan that defines the scenes, physics system, asset-loading strategy, and collision setup for your specific prototype.