We started with the Game Board
Logic Puzzles Android App has a highly complex game board with many different states, which required a superior architecture and UI design before we could move to simpler sections of the App.
SolarDrift Software Upgrade
The iOS version of Logic Puzzles Daily was already live on the App Store and doing extremely well. But the backend architecture was error prone. It used a zip file contained on the server which was periodically downloaded and extracted to the iOS App, and as more and more puzzles were being added to this zip, the slower the iOS became when downloading this file. SolarDrift team re-designed the backend architecture to include a CMS and API which would manage which puzzles and content had already been fetched from the API. Both iOS and Android could then use the same content managed system.