Agent skill

phaser

Phaser.js 2D game development skill for web games, arcade physics, and web deployment.

Stars 163
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/phaser

SKILL.md

Phaser Skill

Phaser.js 2D game development for web.

Overview

This skill provides capabilities for creating 2D web games using Phaser.js.

Capabilities

  • Configure game scenes
  • Implement arcade physics
  • Handle sprites and animations
  • Set up input systems
  • Deploy to web

Usage Patterns

javascript
class GameScene extends Phaser.Scene {
    preload() {
        this.load.image('player', 'assets/player.png');
    }
    create() {
        this.player = this.physics.add.sprite(100, 100, 'player');
    }
}

References

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results