phaser-gamedev

Structure scalable Phaser 3 games with scene-based architecture and physics.

38|7|Updated Jan 16, 2026
One-click install
npx skills add https://github.com/chongdashu/phaserjs-tinyswords --skill phaser-gamedev
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: phaser-gamedev
Source: https://github.com/chongdashu/phaserjs-tinyswords/tree/main/.claude/skills/phaser-gamedev
Command: npx skills add https://github.com/chongdashu/phaserjs-tinyswords --skill phaser-gamedev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

This Skill provides a blueprint for building Phaser 3 games using a clear scene-based architecture, integrated physics options (Arcade/Matter), tilemaps, animations, and robust input handling. It helps developers craft scalable game systems that can grow from prototypes to polished experiences.

What problem does it solve?

Developers often struggle to structure Phaser 3 projects in a scalable, maintainable way. This Skill offers a practical blueprint for building modular scenes (Boot, Menu, Game, UIScene), predictable data flow, and reusable components that speed up development.

Core Features & Use Cases

  • Scene-first architecture: organize your game around Boot, Menu, Game, and UI scenes with clean data exchange.
  • Physics integration: demonstrates Arcade and Matter physics usage for collisions, platforms, and rigid bodies.
  • Asset and tilemap workflows: guidance on loading assets, tilesets, and tilemaps for scalable levels.
  • Reusable patterns: common game object creation, input handling, animations, and testing basics.
  • Use Case: rapidly prototype a Phaser game with multiple scenes and transitions, then extend with UI overlays and advanced mechanics.

Quick Start

Get started by setting up a minimal Phaser 3 project with Boot and Game scenes, preload a sprite, configure a Phaser.Game instance, and run a simple scene loop; then incrementally add a Menu scene, UI, and physics rules.

Frequently Asked Questions about phaser-gamedev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure a Phaser 3 game architecture across multiple scenes?▼

Best practice for Phaser 3 scene management involves separating Boot, Menu, Game, and UIScene overlays. This modular architecture enables predictable data flow, reusable game object creation, and smooth scene transitions for growing game projects.

How do I configure Arcade and Matter physics in a Phaser 3 project?▼

Configure Arcade and Matter physics in Phaser 3 to handle collisions, platforms, and rigid bodies. This blueprint demonstrates integrating both physics systems within your scene architecture to manage interactions and game mechanics.

What is the best way to load tilemaps and tilesets in Phaser 3?▼

Load tilemaps and tilesets in Phaser 3 by following structured asset loading workflows during the Boot scene. This approach ensures scalable level design by efficiently managing tilesets and tilemaps across different game scenes.

Does this Phaser 3 guide cover input handling and animations?▼

Yes, this Phaser 3 guide covers robust input handling and sprite animations. It provides reusable patterns for common game object creation, enabling rapid prototyping and extension with advanced mechanics and UI overlays.

Can I use this Phaser scene architecture for rapid game prototyping?▼

Yes, you can use this Phaser scene architecture for rapid game prototyping. Start with minimal Boot and Game scenes, preload sprites, and run a simple scene loop, then incrementally add Menu scenes, UI, and physics rules.