Closed darkiri closed 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.
there should be a separately implemented
the drawing logic is complex and should not be mixed with movement logic of characters and layout logic of the Labyrinth.