In this article we’ll be implementing a common platformer mechanic, wall jumping. When the player jumps against a wall, we want the player to then be able to jump again, pushing off of that wall.
If the player hits another wall after doing so, we want them to be able…