Giter Club home page Giter Club logo

basementsandandroids's People

Contributors

kyroschow avatar alexanderberry avatar ryanliu285 avatar jkemanian avatar eaterofdreams avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

basementsandandroids's Issues

Changing the database and server architecture

New plan: GameState on the server, JSONObject in the client. This is much more efficient, and plus we only have to store json strings in the database.
Also, when we render the game we just need to read off the JSONObject. There's no point in serializing and de-serializing @hedgey579. We don't even need Klaxon.
Refer to #3 for details.

Refactor Database

If the model classes are located in core, then how would we do the Room database instead? The major problem is about the annotations on the instance variables.

Refactor frontend classes to reflect LibGDX Screen/Controller model

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.

Merge Android with Core

We need to move the android specific backend code (i.e. retrofit, room) from master_deprecated to libktx_master

Edit documentation

My university technical writing course has an assignment which involves editing documentation on GitHub repositories as practice in real world settings. Edits may involve aspects like style, structure, and concision. Existing style guidelines would be taken into account. The following is one of the resources I would be using:

https://jacobian.org/writing/technical-style/

Would anyone mind if I add or propose edits to documentation in this repository? It would really help me out!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.