Back to skills

develop-web-game

development

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 gam

Setup & Installation

npx skills add https://github.com/openai/develop-web-game --skill develop-web-game
or paste the link and ask your coding assistant to install it
https://github.com/openai/develop-web-game
View on GitHub

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