Log In  

Cart #rollyguy2-1 | 2023-06-15 | Code ▽ | Embed ▽ | No License
6

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?

P#130983 2023-06-15 18:07 ( Edited 2023-06-15 18:51)

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 :).

P#130987 2023-06-15 18:45

@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!

P#130988 2023-06-15 18:47
P#131047 2023-06-16 19:07

those are some sick kicks!

P#131098 2023-06-18 05:26

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.

P#131099 2023-06-18 05:46

[Please log in to post a comment]