Balump
Short boring story ahead, skip adviced.
I always like the inifinite runners games so I made an effort and made this... this crap (haha) but it was fun the process and really enjoyed watching my brother play it, so I might pick the hobby of making games. Well, everything said, I hope you like it.
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.0 out of 5 stars (2 total ratings) |
Author | R2rito |
Made with | Unity |
Tags | 3D, first-game, infinite-runner |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Accessibility | One button |
Comments
Log in with itch.io to leave a comment.
26
pretty cool game I've made crappier👌👌
19
I got 106!
Nicely done! at being kinda hard I was not expecting someone to actually beat it.
yeah! its a fun game though the background could be better
also 345
I mean you should make it spead up as time goes by using this script
public float SlowSpeed;
public float Speed
void Update(){
Speed += Time.deltaTime*SlowSpeed;
Time.timeScale = Speed;
};
Thanks for the suggestion
You can't imagine how badly I wanted a better looking background, but I just don't know how...yet
oh give me a sec I think I can show you how