phaser

Solid

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

AI & Automation 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
30
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 - [Phaser Documentation](https://phaser.io/docs)

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Related Skills