phaser-gamedev

Build 2D games with Phaser 3 scenes, physics, and tilemaps.

Updated May 24, 2026
One-click install
npx skills add https://github.com/simon-tanna/pip-maze-v-2 --skill phaser-gamedev-simon-tanna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phaser-gamedev
Source: https://github.com/simon-tanna/pip-maze-v-2/tree/main/.claude/skills/phaser-gamedev
Command: npx skills add https://github.com/simon-tanna/pip-maze-v-2 --skill phaser-gamedev-simon-tanna

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill empowers game developers to build professional-quality 2D games using the Phaser 3 framework, simplifying the process and providing essential resources for scene management, physics, and more.

Core Features & Use Cases

  • Game Architecture: Learn and implement the scene-based architecture of Phaser 3.
  • Physics Systems: Utilize Arcade and Matter.js for realistic physics in games.
  • Tilemaps: Create and integrate tilemaps for platformers and other genres.
  • Use Case: A game developer wants to create a platformer game with physics-based collisions and custom tile-based levels.

Quick Start

Load the phaser-gamedev skill and use the command "create phaser game" to begin the game development process.

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 2D game in Phaser 3 using scene-based architecture?

Structure a 2D game in Phaser 3 by dividing logic into discrete scenes for booting, menus, and levels. This scene lifecycle manages initialization and transitions, keeping interactive game logic cleanly separated.

What is the best way to handle physics and collisions in a Phaser 3 platformer?

Handle physics in a Phaser 3 platformer by enabling the Arcade or Matter.js physics systems. These engines manage gravity, velocity, and realistic sprite collisions to create interactive gameplay.

How do I create and integrate tilemaps for custom levels in a 2D game?

Create and integrate tilemaps for 2D games by importing tileset data into Phaser 3. This process builds custom tile-based levels, enabling platformer environments and level designs directly within the scene architecture.

Can I use both Arcade and Matter.js physics systems in the same Phaser 3 game?

Yes, Phaser 3 supports both Arcade and Matter.js physics systems. Arcade handles simple bounding box collisions, while Matter.js manages complex realistic physics, allowing both to run within the same game architecture.

Does this Phaser 3 skill require external dependencies for building 2D games?

No, this Phaser 3 skill has no external dependencies. It provides scripts, references, and assets directly, allowing developers to start building 2D games with scene management and physics immediately.