phaser-2d-game

Installation
SKILL.md

Phaser 2D Game

Overview

Use this skill for the main execution path in this plugin. Phaser is the default stack for 2D browser games here because it handles rendering, timing, sprites, cameras, and scene orchestration well without forcing gameplay rules into the framework.

Preferred stack:

  • Phaser
  • TypeScript
  • Vite
  • DOM-based HUD or menus layered over the game canvas

Architecture

  1. Keep gameplay state outside Phaser scenes.
    • Systems own rules, turn order, movement, combat, inventory, objectives, and progression.
    • Phaser scenes adapt system state into sprites, camera motion, animation playback, and effects.
  2. Make scenes thin.
Related skills

More from openai/plugins

Installs
2
Repository
openai/plugins
GitHub Stars
1.1K
First Seen
Apr 25, 2026