itch.io is community of indie game creators and players

Devlogs

The Speed Update

The Slope Clone
A browser game made in HTML5

Change the speed and bounce boxes from the old "set velocity" to the new "additive mode" (best way I can describe it). Basically, now you can stack your speed. In the old version if you got speed (X Velocity) from the SpeedBox ad hit a BouncyBox right after, your speed would be reduced to a set amount < 1024 (1024 - the speed you lost from hitting the box). But now if this happens you would keep your prior momentum + an extra bosst (the speed you were going before + 1024). What this also means is that you can go absolutely rediculous speeds. You would go so fast that even if you were above a platform but if you didn't touch it at all you would die. (I had to change the way death works XD) I also added debug text for some reason, it is useful during gameplay though, but you'll have to figure out how to show it yourself.

Files

  • My Slope Clone (The Speed Update).zip 11 MB
    Jan 13, 2025
Leave a comment