How about allowing the player to jump 2 times instead of 1? That’s your task in this assignment.
Your character should:
If you only modify the jump you will notice that the player is able to go up a little too fast.
The challenge is to split the maximum speed going up and the maximum speed going down. In other words, the maximum jump speed and the maximum fall speed.