Log In  

Cart #gowayukeba-0 | 2022-04-11 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
7

This is my school project "Fruit Man: The Man in Search of Fruit"

Controls:
Left Arrow - run left
Right Arrow - run right
Up Arrow - jump
Down Arrow - drop through platform
x - open doors
left arrow + right arrow + x - return to menu

Collect all of the fruits in the level in order to continue through the door at the end of each level.

P#110051 2022-04-11 14:50

1

This is a pretty good platformer. The only issue I have is that the head-hitting jumps are kinda RNG-based, but other than that the levels are fun (especially to speedrun).

P#110261 2022-04-14 19:33

Yeah, I think I know what you mean about the head-hitting jumps. I've gotten pretty consistent at them, but there is an issue where the check for the upper hitbox needs to read false while the conditions for jumping also need to be true. I figured it might be RNG-based, but I wasn't sure.

P#110723 2022-04-22 16:29

what do you mean by that? the cart does not use random numbers.

P#110724 2022-04-22 16:54

I think what we mean is that whether the jump actually executes or not is determined by both when the update function is executing and if you jump in the right spot. You basically have to perfectly time your jump in both senses. If you perfectly time your jump, it doesn't mean that it will actually work because the update command executed on that millisecond and detected a block above you. I'm not sure if I'm actually thinking about that in the right way but that's what I got from it.

P#111555 2022-05-09 13:19

[Please log in to post a comment]

Follow Lexaloffle:          
Generated 2024-03-29 09:25:46 | 0.010s | Q:22