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.



StatusReleased
PlatformsHTML5
Release date Aug 29, 2021
Rating
Rated 4.0 out of 5 stars
(1 total ratings)
Authorswilliamsio
GenrePlatformer
Tags1-bit, 2D, Arcade, Casual, Endless, kaboomjs, Mouse only, Pixel Art, Runner, Short
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse
AccessibilityOne button
LinksSource code

Comments

Log in with itch.io to leave a comment.

(+1)

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.