RUNSTABLE
RUNSTABLE is an endless runner game with glitched/unstable parts of the map. The further you go, the more unstable the map gets.
Use WASD to move around, SPACE to jump, and SHIFT to run.
Credits:
All art and music was made by me - DeffyTheDev
Most of the code was also made by me, except for the procedural map generation which was made with the help of AI.
This game was made for the Do you WANNA Jam?! 2026 gamejam.
Any feedback is much appreciated <3
| Published | 13 hours ago |
| Status | Prototype |
| Platforms | HTML5 |
| Author | DeffyTheDev |
| Made with | Godot |
| Tags | 3D, Endless Runner, Godot, Indie, infinite-runner |
| Average session | A few seconds |
| Languages | English |
| Inputs | Keyboard, Mouse |
| AI Disclosure | AI Assisted, Code |



Comments
Log in with itch.io to leave a comment.
Hey I'm a Godot developer as well! This is a really fun game. How did you export the project to a website? When I try it with my game, it exports like 10 files instead of a single application like exporting to windows does.
Hi, thanks for playing! You have to select all of the files you get when you export the project and compress them into a zip file. If you want to make it playable on itch.io, you also have to rename the html file you get to index.html and then simply upload the entire zip file to your game page.