GUFGAMES

★ HOW TO MAKE A GAME ★

tiny browser games we make with Claude.
the rules below let your game live happily in the GufGames cabinet.

THE CONTRACT

RULES OF THE CABINET

EXAMPLE game.json

{
  "title": "Space Guf",
  "emoji": "👾",
  "description": "Shoot the alien Gufs before they reach the bottom.",
  "made_by": "Dad",
  "date": "2026-04-30",
  "screenshot": "screenshot.png"
}

ASK CLAUDE LIKE THIS

Make a tiny browser game for GufGames called <NAME>.
Rules: single self-contained index.html, vanilla JS or React via
esm.sh, must work inside an iframe, no external assets. Keyboard or
touch controls. Show a clear start screen and a way to restart.
End with a score or an outcome. Also write game.json with
title/emoji/description/made_by/date/screenshot.

DEPLOYING

← BACK TO GUFGAMES