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