phaser-gamedev

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

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/azygoss/phaserjs-oakwoods --skill phaser-gamedev-azygoss
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: phaser-gamedev
Source: https://github.com/azygoss/phaserjs-oakwoods/tree/main/.claude/skills/phaser-gamedev
Command: npx skills add https://github.com/azygoss/phaserjs-oakwoods --skill phaser-gamedev-azygoss

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a streamlined entry into Phaser 3 game development, allowing users to create 2D games without prior experience with the framework.

Core Features & Use Cases

  • Scene-based Architecture: Learn and apply Phaser 3's scene lifecycle to manage different game states.
  • Physics Systems: Utilize Arcade and Matter physics systems for collision detection and responsive movement.
  • Tilemaps: Incorporate Tiled tilemaps for detailed game environments and complex level design.
  • Use Case: A beginner can use this Skill to build a simple platformer game with parallax backgrounds, interactive tile-based levels, and basic physics interactions.

Quick Start

Start the phaser-gamedev skill by entering "create phaser game".

Frequently Asked Questions about phaser-gamedev

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

FAQPage Schema
How do I start building a 2D platformer with Phaser 3?▼

Building a 2D platformer with Phaser 3 involves utilizing scene-based architecture, configuring Arcade or Matter physics for collisions, and integrating Tiled tilemaps for detailed level environments.

What is the best way to manage game states in Phaser 3?▼

Managing game states in Phaser 3 is best handled through scene-based architecture, applying the scene lifecycle to control different game states like menus, gameplay, and load transitions.

Does Phaser 3 support Tiled tilemaps for level design?▼

Yes, Phaser 3 supports Tiled tilemaps, allowing developers to incorporate detailed game environments and complex level designs directly into their 2D games.

Can I use Arcade and Matter physics systems in the same Phaser game?▼

Phaser 3 allows you to utilize both Arcade and Matter physics systems, enabling responsive movement and accurate collision detection for different gameplay requirements.

Do I need prior Phaser 3 experience to create a 2D game?▼

No prior Phaser 3 experience is needed to create 2D games; this approach provides a streamlined entry for beginners looking to build platformers and shoot-'em-ups.

What physics system should I use for sprite collisions in Phaser?▼

For sprite collisions in Phaser, you can use either Arcade physics for simpler responsive movement or Matter physics for more complex physical interactions.