There's a bit of a confusing relationship between GameView and GameDriver. GameView really should just be in charge of getting the screen drawn each frame. The logic of the game should be handled by GameDriver. GameView should be more minimalistic and stick to its job as a view element.
There's a bit of a confusing relationship between GameView and GameDriver. GameView really should just be in charge of getting the screen drawn each frame. The logic of the game should be handled by GameDriver. GameView should be more minimalistic and stick to its job as a view element.