In this part, we write a new class, called entity, it will extends sprite, and add some simple physics behaviours.
I strongly prefer to handle physics with a dedicated "professional" physics engine library, but for our simple mini 2d game engine we're trying to write, it's not this important.