Rainbow Runner
A simple arcade style endless runner game.
---
Controls:
- Space/LMB - jump
- R - reset
- ESC - return to menu
---
This game was made as part of the August 2021 One Game a Month Game Jam. The code for this game can be found on GitHub.
| Status | Released |
| Platforms | HTML5 |
| Release date | Aug 29, 2021 |
| Rating | Rated 4.0 out of 5 stars (1 total ratings) |
| Author | swilliamsio |
| Genre | Platformer |
| Tags | 1-bit, 2D, Arcade, Casual, Endless, kaboomjs, Mouse only, Pixel Art, Runner, Short |
| Average session | A few minutes |
| Languages | English |
| Inputs | Keyboard, Mouse |
| Accessibility | One button |
| Links | Source code |





Comments
Log in with itch.io to leave a comment.
Nicely done. Is there any reason why the jump happens on key up rather than on key down? Feels a bit less responsive to me.
Originally I was going to have an effect appear on key down/hold but I didn't get around to it so jump happening on key up is a relic of that. It's a little quirk to get used to, I suppose.