Skip to content

Cleaned update() in Player and Enemy, fixed score bug not counting right

Peder.Spooren requested to merge Peder.Spooren/prosjektoppgave:master into master

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.

Merge request reports

Loading