Open darR3Ke opened 10 years ago
Added boolean redraw.
Refactoring GameLogic (previously game) and GameObjects to implement an interface called game. Using the interface game to implement observer design pattern.
objects created from gameObjects get the ability to sign up to be redraw on the screen in GameLogic
Use the observer design pattern to let the game objects check in if they need to be redrawn