Move and Jump
Use the buttons from your Getting Started Kit to move and jump your sprite!

Setup
All you need for this project is the Getting Started Kit.
Code

Practice
- Try adding a horizontal movement to your jumps. You can do this by increasing the x-position while gliding.
- Add obstacles to jump over.
- Add an extra-high jump when both the red and green button is pushed at the same time. Hint: try using the and operator.