1# Game development1# Game development
2 2
3Develop games with Codex, from the first playable loop to production quality.
4
3Codex, combined with image generation, is particularly powerful to create browser-based and other types of games.5Codex, combined with image generation, is particularly powerful to create browser-based and other types of games.
4These use cases will help you turn ideas into live games.6These use cases will help you turn ideas into live games.
5 7
7 9
8Ask Codex to turn a game brief into a browser build with assets, controls, and a loop you can test.10Ask Codex to turn a game brief into a browser build with assets, controls, and a loop you can test.
9 11
1012[- https://developers.openai.com/codex/use-cases/browser-games
11
12### Create browser-based games
13
14Use Codex to turn a game brief into first a well-defined plan, and then a real browser-based...
15
16Engineering Code](https://developers.openai.com/codex/use-cases/browser-games)
17 13
18## Tune UI and controls14## Tune UI and controls
19 15
20Use Codex to adjust HUD details, menus, controls, and small interaction issues after the game is running.16Use Codex to adjust HUD details, menus, controls, and small interaction issues after the game is running.
21 17
2218[- https://developers.openai.com/codex/use-cases/make-granular-ui-changes
23
24### Make granular UI changes
25
26Use Codex to make one small UI adjustment at a time in an existing app, verify it in the...
27
28Front-end Design](https://developers.openai.com/codex/use-cases/make-granular-ui-changes)
29 19
30## Tackle hard game logic20## Tackle hard game logic
31 21
32Leverage Codex to iterate on complex game algorithms by running a self-evaluation loop.22Leverage Codex to iterate on complex game algorithms by running a self-evaluation loop.
33 23
3424[- https://developers.openai.com/codex/use-cases/iterate-on-difficult-problems
35
36### Iterate on difficult problems
37
38Give Codex an evaluation system, such as scripts and reviewable artifacts, so it can keep...
39
40Engineering Analysis](https://developers.openai.com/codex/use-cases/iterate-on-difficult-problems)
41 25
42## Triage bugs from real signals26## Triage bugs from real signals
43 27
44Use Codex to gather bug reports, failing checks, logs, and repro notes into a prioritized list before it patches the game.28Use Codex to gather bug reports, failing checks, logs, and repro notes into a prioritized list before it patches the game.
45 29
4630[- https://developers.openai.com/codex/use-cases/automation-bug-triage
47
48### Automate bug triage
49
50Ask Codex to check recent alerts, issues, failed checks, logs, and chat reports, tune the...
51
52Automation Quality](https://developers.openai.com/codex/use-cases/automation-bug-triage)
53 31
54## Review before merge32## Review before merge
55 33
56Have Codex in GitHub automatically review PRs and catch regressions and missing tests for faster deployment.34Have Codex in GitHub automatically review PRs and catch regressions and missing tests for faster deployment.
57 35
5836[- https://developers.openai.com/codex/use-cases/github-code-reviews
59
60### Review pull requests faster
61
62Use Codex in GitHub to automatically surface regressions, missing tests, and documentation...
63
64Integrations Workflow](https://developers.openai.com/codex/use-cases/github-code-reviews)