Cleaned update() in Player and Enemy, fixed score bug not counting right
Cleaned the update()-methods in Player and Enemy by converting blocks of code into methods. Also expanded IEntity to cover all common methods between Player and Enemy, as well as fixing a score bug where score could count over our win condition.