Your first assignment is to build the code for your character.
Create a sprite and just draw a rectangle (for now). Make sure it is centered.
Create a sprite and draw a couple rectangles for the character to stand on. Name this sprite "Ground".
And this code to the ground sprite.
Next, create these 6 variables:
Finally, create a start screen just like we did for the shooter game HERE.