Stefan4472 / GalaxyRun

A space-themed infinite runner for Android
GNU General Public License v3.0
0 stars 0 forks source link

GameView Restructuring #125

Closed Stefan4472 closed 2 years ago

Stefan4472 commented 7 years ago

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.