claudegaming
HomeUploadJamsFAQ
claudegaming
HomeUploadJamsFAQTerms

Share games made with Claude.

Frequently asked questions

Everything about making, sharing and playing games on Claude Gaming.

Getting started

What is Claude Gaming?+
It's a place to share and play games made with Claude. People build games with Claude every day, but there's nowhere to actually play them. Upload yours here, get a link, and anyone can play it in their browser — no install.
Do I need an account?+
To play — no. Every game is playable by anyone with the link. To upload, like, comment or follow — yes, you need a free account (so games have a real author and the community stays accountable).
Is it free?+
Yes — playing and uploading are completely free.

Making & uploading a game

How do I make a game?+
Just ask Claude. Something like "build me a browser game where…". For a quick game, Claude can give you a single self-contained HTML file. For a bigger one, Claude Code can build a full multi-file web project (Phaser, three.js, a Godot/Unity web export, …).
What can I upload?+
Two formats, up to 50 MB:
  • A single .html file (everything inlined — perfect for Claude artifacts).
  • A .zip of a multi-file game. It must contain an index.html at its root (or inside a single folder — we'll unwrap it).
How do I get the file out of Claude?+
From a Claude artifact: copy the HTML into a file named index.html. From Claude Code: it writes the project to a folder — zip that folder (make sure index.html is the entry point) and upload the .zip.
Why does my zipped game show a blank page?+
Almost always one of two things: there's no index.html at the root of the zip, or the game loads assets with absolute paths (starting with /). Use relative paths (e.g. assets/sprite.png, not /assets/sprite.png).

Playing & safety

Is it safe to play games from strangers?+
Yes. Every game runs inside a locked-down sandbox in your browser — it's isolated from the site, from your account, and from your data. A game can't read your session or touch anything outside its own little box.
Do players need to install anything?+
No. Games run instantly in any modern browser.

Sharing & features

Can I embed my game on another site?+
Yes — each game has an Embed option that gives you an iframe snippet you can drop into a blog, itch.io page, or anywhere else.
Can people remix my game?+
Yes — games have a Remix button so others can grab your HTML as a starting point and build on it. Sharing and remixing is the whole point.
What are Game Jams?+
Themed events where everyone builds a game around a prompt within a time window, then submits it. Check the Jams page to see what's running.
Can I delete a game or my account?+
Yes — from your dashboard you can delete any of your games, or your whole account, at any time. Deleting removes the files too.

Ready to share your game?

Upload it in under a minute.

Upload your game