Boulder Runner

After you stole an artefact from a temple, a big boulder suddenly appeared behind you! Try to run away without being hit by the obstacles.

An infinite runner game where you have to avoid obstacles while being chased by a boulder.

I started kinda late so it's a little unpolished but it was fun to make :D

Controls:

  • Mouse to navigate
  • You can use any combination of WASD or the arrow keys to move up and down

All of the assets and scripts are original, except the player sprite

-- The WebGL version doesn't seem to work on chrome, but you can also download a standalone version or try it in a different browser.

Also available for download on Windows, macOS and Linux (not tested).

Download

Download
BoulderRunnerWindows.zip 21 MB
Download
BoulderRunnerMacOS.app.zip 33 MB
Download
BoulderRunnerLinux.zip 39 MB

Install instructions

Simply download the zip and unpack it, and run BoulderRunner, or play it in the browser.

Comments

Log in with itch.io to leave a comment.

(+1)

I love the mini shake when you move :D how did you implement it? 

Thanks! :D

It's pretty simple actually, it's just a short animation on the player camera moving it slightly up and down. I then call that animation with a SetTrigger in the player movement code whenever the player moves up or down a lane. I'm glad you liked it!