Docs / Submit a Jamboree or Rosebud game
Submit a Jamboree or Rosebud game to itch.io
Paste your Jamboree or Rosebud game link, download one file, upload it to itch.io. That's the whole thing.
Ready. Check it plays below, then download.
Then, on itch.io
- On your game page, upload the zip, set the kind of project to HTML, and tick This file will be played in the browser.
- Set the viewport to 720×1280, tick Mobile friendly, set orientation to Portrait, and enable the Fullscreen button.
- Open the page on a phone and play it once. Touch controls should work with nothing to download.
- List Jamboree or Rosebud and every other AI tool you used on the game page, then submit through the jam page before the deadline.
Rather do it by hand?
The zip holds one file, index.html, at its root:
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>My Slapjam game</title>
<style>
html, body { margin: 0; height: 100%; background: #000 }
iframe { border: 0; width: 100%; height: 100%; display: block }
</style>
<iframe allow="autoplay; fullscreen"
src="YOUR-GAME-LINK"></iframe>
Good to know. Your game keeps running on Jamboree or Rosebud too. Judges play the itch.io page, so make sure it loads for someone who has never opened either.
Rosebud tip. The Share link (rosebud.ai/play/…) works on any plan but keeps Rosebud's menu around your game. On a paid plan, paste the Embed link (rosebud.ai/d/…) instead for a clean full-screen game.