ChaseBENNC9 / GameJam-Charika

https://chasebennc9.itch.io/ai-game
0 stars 0 forks source link

Jumping #12

Closed ChaseBENNC9 closed 4 months ago

ChaseBENNC9 commented 4 months ago

This branch is adding jumping to the character. Press Space to jump. only works when touching the ground or some solid object. Jumping value is up for change where needed to account for each level. Once the levels have a starting layout the jump value can be modified where needed

ChaseBENNC9 commented 4 months ago

Love it! Just some changes that makes the controls feel like how they should realistically feel.

Another request if possible! I'd love for the player to be able to hold down the space bar to jump and as soon as they hit the ground, immediately jump again to save on spamming the space bar over and over again. I was just thinking about context for the level that I'm working on and how I have many boxes stacked on each other so holding down jump would be less energy-consuming.

You make a good point about the jumping so I will have a look at making it work like that