How do I handle platform games collision detection for jumping?
I have a method that tells you if the player collides with a block tile but I don't know how to manage jumping.
I know that if the player jumped up into a block, you just make the player fall down.
And if the player jumps up and touches the side of the block, the player still jumps up but doesn't move into the block.

Find content
Not Telling