Move an image based on wasd keys

New Concepts

ConceptDescription
1
You can move an image based on the wasd keys.

Code

This code will initialize the wasdMove example

This code will handle the pygame.KEYUP and pygame.KEYDOWN events and determine the key press

This code will handle the key press and move the image accordingly