Full Game with Title & Game-Over Screens
Build a complete single-file HTML game with the full screen flow — a title/start screen, the gameplay screen, a game-over screen showing the score, and a restart back to a fresh game — wrapping any core arcade or survival mechanic. Designs the mechanic and the screen-state machine first, a cohesive visual look across all screens, then implements a screen manager so transitions are clean and restart truly resets. Many small models nail gameplay but ship with no start or game-over screen; this archetype makes the screen flow a first-class, gated requirement.
How it runs
| # | Step | Who runs it | What happens |
|---|---|---|---|
| 1 | Game design | Designer | mechanic + the title/play/over/restart state machine |
| 2 | Visual design | Designer | cohesive look across all three screens |
| 3 | Build | Developer | implement screen manager + game in index.html |
| 4 | Evaluate | Reviewer | Grade the deliverable against every acceptance criterion. All pass → finish; any fail → loop back and fix the gap. |
| 5 | Finish | Developer | All acceptance criteria met. Stamp a short summary and report DONE. |
Say something like "full game with menu" or "game with title screen" or "game over screen" or "complete game" or "game with start and restart" or "multiscreen game" in chat to start it.