| name | develop-web-game |
| description | Iterate on HTML or JavaScript web games with a tight browser-test loop, focused interactions, and visual verification. |
Develop Web Game
Use this skill when Thomas is building or debugging a browser-based game and needs a reliable implementation and verification loop.
Workflow
- Inspect the current game loop, controls, and rendering path before editing.
- Make a narrow gameplay or UI change.
- Run a browser-based smoke loop with short, deliberate interaction bursts.
- Capture visual state, console output, and obvious gameplay regressions.
- Iterate until the intended behavior is stable and reproducible.
Rules
- Keep the gameplay proof loop tight and repeatable.
- Treat rendering glitches and console errors as part of the task, not background noise.