Probing Web Game Mechanics

Verifies that implemented game mechanics match their spec by injecting game state into a live headless browser and asserting the resulting transitions (phase changes, scoring formulas, gates, resets). Use when a change actually reaches a mechanic whose spec conformance is unverified — a smoke test (runtime health) passes but the mechanic's own behavior has not been checked, or when a mechanic is too rare or slow to reach through organic play. Not for crash detection (use smoke-testing-web-games) or play-quality judgment (use evaluating-gameplay-balance).

abagames Updated

File contents

abagames/agentic-gamedev-skills/tree/main/plugins/web-mini-game-kit/skills/probing-web-game-mechanics commit b6f4a677b4

Frequently asked questions

npx skillmds@latest add abagames/probing-web-game-mechanics-2