beneb / Pacman

wie besprochen...
MIT License
2 stars 0 forks source link

Extract CharacterView from all Characters and Labyrinth #35

Closed darkiri closed 9 years ago

darkiri commented 9 years ago

there should be a separately implemented

public interface ICharacterView {
   void draw(Canvas);
}

the drawing logic is complex and should not be mixed with movement logic of characters and layout logic of the Labyrinth.