phaser-2d-arcade

Installation
SKILL.md

Phaser 2D Arcade

Use this skill when a user asks for a Phaser browser game, especially for fast single-file 2D gameplay loops.

Workflow

  1. Start from assets/starter-single-file.html.
  2. Implement core loop first: boot -> preload -> create -> update.
  3. Add win/lose condition and scoring before polish.
  4. Add touch controls and responsive layout early (mobile-first).
  5. If targeting Remix/Farcade, apply SDK hooks from references/remix-farcade-integration.md.
  6. Validate required hooks (gameOver, onPlayAgain, onToggleMute) before handoff.

Guardrails

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 1, 2026
phaser-2d-arcade — openclaw/skills