
Build your own side-scrolling runner right here on itch. Pick a theme, drop in your characters & backgrounds, tweak difficulty, and export a polished game ZIP you can upload anywhere. When you’re done, take your creation to your audience—yes, even list it here on itch!!.
Built on itch.io atBrowser Games Plus.
Privacy note: Any assets you upload are mounted locally in your browser just for building your game and are cleared after export or refresh.
index.html — your game page with compact control panel (toggle button in the corner)style.css — theme-colored UIgame.js — the game logic (no builder UI)game-assets/manifest.json — trimmed to exactly the characters/backgrounds/obstacles you pickedWant your studio’s art? Export a folder or ZIP namedgame-assets that includes yourmanifest.json plus any sprite sheets (.png), atlases (.json), and background layers (.png). In the builder, chooseUpload assets and point to your ZIP File. The builder will validate and load everything on the fly.
{ "characters": [{"id":"hero","sheet":"game-assets/sprites/characters/hero.png","atlas":"game-assets/sprites/characters/hero.json","scale":1,"facing":"right"}], "backgrounds": [{"id":"city","layers":["game-assets/backgrounds/layer0.png","game-assets/backgrounds/layer1.png"],"speed":[0.05,0.2],"groundRatio":0.78}], "obstacles": [{"id":"mushroom_red","sheet":"game-assets/sprites/obstacles/mushroom_red.png","atlas":"game-assets/sprites/obstacles/mushroom_red.json"}], "dropping_obstacles":[{"id":"falling_crate","sheet":".../falling_crate.png","atlas":".../falling_crate.json","behavior":"drop","trigger":"playerUnderneath","dropSpeed":12,"respawn":true}]}After export, your game loads instantly in the browser and shows a slick loading screen with yourgame title. Record short, punchy gameplay clips (screen capture or camera) and comment on this listing—fast runs, close calls, and stylish themes pop on vertical video.
manifest.json match your files insidegame-assets/.Built on itch.io atBrowser Games Plus — have fun building! 🎉
| Status | Released |
| Category | Tool |
| Platforms | HTML5 |
| Release date | 77 days ago |
| Author | Browser Games Plus |
| Tags | 2D,Endless Runner,game-builder,game-development,html5,javascript,no-code,parallax,Pixel Art,Project template |
| Asset license | Creative Commons Attribution_ShareAlike v4.0 International |
| Average session | A few minutes |
| Languages | English |
| Inputs | Keyboard,Mouse |
| Accessibility | Configurable controls |
Click download now to get access to the following files:
Log in with itch.io to leave a comment.