Step 1
Check out the example above, and see if you can recreate the example using Python or Blocks on
pixelpad.io
Challenge: Create character and ladder they can climb up and down on.
Implement character-ladder collision detection to determine if the character is near the ladder. Use the documentation on how to do collision. Disable or modify other player movements, like jumping or walking, when attached to the ladder.