Setup & Installation
What This Skill Does
A development workflow for building HTML/JS web games with Codex. It pairs small incremental code changes with a Playwright-based test loop that sends input bursts, captures screenshots, and reads game state through a required `window.render_game_to_text` function. Progress is tracked across agent sessions via a `progress.md` file. Manual browser testing of game logic is slow and hard to reproduce, while this skill gives Codex a repeatable, screenshot-verified loop that catches regressions frame by frame.
When to use it
- Working with develop web game functionality
- Implementing develop web game features
- Debugging develop web game related issues
