phaser-component-test-scenes

Installation
SKILL.md

Phaser Component Test Scenes

Overview

Test Phaser UI components in isolation by giving each component its own component test scene. Boot with ?scene=<TestSceneKey> and verify behavior via the test seam—no full game or navigation required.

When to Use

  • Building or testing a Phaser UI component: slider, toggle, HUD element, button, modal, volume control, control-scheme selector, etc.
  • Verifying layout, interaction, or test seam for a single component without loading the full scene where it is used.

Rule

Do not rely on testing the component only inside the full scene where it is used. Create a component test scene for that component and test there first.

Workflow

Installs
7
GitHub Stars
2
First Seen
Mar 18, 2026
phaser-component-test-scenes — pmarashian/cursor-agent-skills