CS112
Assignment #13

Due: Friday May 1st

This assignment requires creating a new class called "sprite". The goal is to have sprite objects, similar to the ones in Scratch, that move around the screen and that the user can control using the arrow keys or the mouse. It may be helpful to look back at the simple ball code on the course schedule to get an idea for how the sprite should be coded.

The sprite class should have the following data members:

The sprite class should also have the following functions (methods):