βš” The Hero's Journey

Meeting Standards

  • β€œHero” should clearly β€œface” the right when you push the β†’ right arrow key
  • β€œHero” should clearly β€œface” the left when you push the ← left arrow key
  • β€œHero” should perform an animated walk when you hold ←←left or β†’β†’right arrow key

Example

Exceeding Standards

  • β€œHero” should jump (with gravity) when you push space bar

Assessment

Good programming habits in your code
Using Start and Stop blocks.
Making sure you initialize appropriately so that your program is repeatable.
Use conditionals and variables, not precisely timed waits.
Add comments to your code so it is easy to understand.