phaser-gamedev

Guide Phaser 3 development of 2D browser games with scenes, physics, and input.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and code examples for developing 2D games using the Phaser 3 framework, covering all essential aspects from setup to advanced techniques.

Core Features & Use Cases

  • Scene Management: Structure your game with Phaser's scene lifecycle.
  • Game Objects & Physics: Implement sprites, physics interactions (Arcade/Matter), and collision detection.
  • Input & Animation: Handle player input and create dynamic animations.
  • Asset Pipeline: Efficiently load and manage game assets.
  • Tilemaps: Integrate Tiled maps for level design.
  • Use Case: Develop a platformer game, a top-down shooter, or an interactive educational game by leveraging Phaser's robust features.

Quick Start

Use the phaser-gamedev skill to create a basic Phaser 3 game scene with a player sprite and keyboard controls.

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 2D browser game using Phaser 3 and TypeScript?

Yes, Phaser 3 supports both Arcade and Matter physics integration. You can implement sprites, configure physics interactions, and handle collision detection to build interactive 2D game experiences like platformers or top-down shooters.

What is the best way to handle player input and animations in Phaser 3?

The best way to handle player input and animations in Phaser 3 is by utilizing the framework's built-in input handling and animation systems. This allows you to manage keyboard controls and create dynamic sprite animations for your game objects.

Can I integrate Tiled maps for level design in Phaser 3?

Yes, you can integrate Tiled maps for level design in Phaser 3. The skill provides guidance on tilemap support, allowing you to efficiently load and manage map assets to structure your 2D game levels.

Do I need prior JavaScript experience to develop games with Phaser 3?

Prior JavaScript knowledge is needed to develop games with Phaser 3. The skill facilitates rapid prototyping and development using TypeScript and JavaScript, requiring familiarity with these languages to implement scenes, physics, and game object creation.