Welcome to Rolly Guy! You are a sphere and need to get your shoes from the store! Survive through all of the levels and get your new shoes!
Controls:
up: Jump
left/right: Move Left or Right
x: Jump (for mobile)
Stand on the yellow pad at the end of the level to advance to the next one
Watch out for spikes! You have 3 lives!
It's pretty easy? Right?
If you hold the up arrow jump button down, you can send Rolly into orbit (the X button doesn't do this). He can still roll left & right, you just can't see him. He does eventually fall down to earth though.
I got past the first 3 levels but level 4 seems impossible for my platformer skill level :).
@2bitchuck I just fixed that bug lol!
The problem was I had an if statement like:
if btnp(Up) or btnp(X) and land
So it would just go if the button up was pressed and keep going, I fixed this by using parentheses around the two btnps
Keep trying! It’s worth it to beat!
It feels unfair to be able to die by falling off the far edge of the screen in level 1 right after jumping above the screen.
[Please log in to post a comment]