kyroschow / BasementsandAndroids

1 stars 0 forks source link

Refactor frontend classes to reflect LibGDX Screen/Controller model #9

Open alexanderberry opened 6 years ago

alexanderberry commented 6 years ago

The current structure of the Game class limits us to a single screen app. By isolating the logic components and refactoring the Game class to be a KtxScreen rather than a KtxGame<Screen> while simultaneously relegating the view code to the Application class, which will become the new KtxGame<Screen> we can improve readability and actually run the app.