mx0c/super-mario-python

Rework marios jump and left right movement

mx0c opened this issue · 9 comments

mx0c commented

Im not satisfied with marios currently movement, any help would be appreciated.

What specifically aren't you satisfied about?

@mx0c , I think I see what you're unhappy about. The movement seems a little sluggish.

go ahead and reopen this, I'm creating a fork to look at this. I think I can add some acceleration and precision to the left/right movement.

@mx0c I think another issue with the movement is that you don't have any variation in the jumping. In the real Mario games holding the jump button would give you a larger jump than just tapping it.

I'm going to give this a shot.

mx0c commented

Not bad! Maybe adjust the jumpHeight and make the velocity a little faster?

@mx0c How exactly do you want the jump height adjusted?

@mx0c I've created #38 which makes the jumping very similar to the emulator you linked. Let me know what you think.

mx0c commented

Definetly feels better then before. Theres still the issue that when you run down from a platform you can jump mid air. Could you maybe look into this?

Fixed jumping when falling, see #40.