phaser-gamedev

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

3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/freema/ai-skills --skill phaser-gamedev-freema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phaser-gamedev
Source: https://github.com/freema/ai-skills/tree/main/skills/phaser-gamedev
Command: npx skills add https://github.com/freema/ai-skills --skill phaser-gamedev-freema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured, reference-rich framework to accelerate building Phaser 3 games by consolidating guidelines, patterns, and references into an accessible entry point.

Core Features & Use Cases

  • Phaser 3 scaffolding: scenes, sprites, and physics (Arcade/Matter) with recommended patterns.
  • Tilemaps and animations: guidance on tiles, maps, and animation workflows.
  • Learning path: curated references and patterns to reduce API guesswork for frontend game developers.
  • Use Case: A developer can bootstrap a small Phaser prototype by following the entry content and then extend with game-specific logic.

Quick Start

Start by creating a new Phaser 3 project and load the provided references to begin implementing a scene.

Frequently Asked Questions about phaser-gamedev

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

FAQPage Schema
How do I build a Phaser 3 game with Arcade physics and tilemaps?

You build a Phaser 3 game by loading structured references that guide scene implementation with Arcade physics, tilemaps, and input handling. The skill consolidates recommended patterns for frontend developers prototyping 2D browser games.

What's the best way to scaffold a 2D browser game using Phaser 3?

Scaffolding a 2D browser game in Phaser 3 involves following curated guidelines for scenes, sprites, and physics. The skill provides a structured entry point to bootstrap small prototypes and extend with game-specific logic.

Can I use Matter physics instead of Arcade physics for Phaser 3 game development?

Yes, Phaser 3 game development supports both Arcade and Matter physics. The skill provides implementation references for both physics engines, allowing you to choose the appropriate system for your prototype.

Does this Phaser 3 skill work for frontend developers without game development experience?

This skill targets frontend developers prototyping 2D browser games by reducing API guesswork. It provides a learning path with curated references and patterns to help implement scenes, animations, and input even without prior game development experience.

How do I set up animations and tilemaps in a Phaser 3 project?

Setting up animations and tilemaps in a Phaser 3 project requires following the skill's reference guidelines on tiles, maps, and animation workflows. These references provide recommended patterns to streamline the implementation process.

Are there limitations when using this skill for complex Phaser 3 game logic?

The skill is designed to bootstrap small Phaser 3 prototypes by providing structured references and patterns. For complex game logic, you will need to extend the foundational scenes and physics implementations with your own game-specific code.