Gap Checker

Validates that a generated game is actually playable — not just that it boots. Static analysis flags unreachable goals, oversized gaps, broken borders, and isolated regions in level data. Dynamic analysis fuzzes inputs in headless browser to detect stuck states, unreachable win conditions, and physics anomalies. Visual analysis captures screenshots for VLM (vision) review. Use after codesmith writes Game.js and playtester confirms the smoke scenarios pass.

Ar9av 2e058f9 3 files · 19.4 KB Updated

File contents

ar9av/game-exa/tree/main/skills/gap-checker commit 2e058f9c46

Frequently asked questions

npx skillmds@latest add ar9av/gap-checker