Level Up

Level Up is an Android app for tracking to-do tasks with a classic arcade game aesthetic.

How to install?

  1. Visit the repository and download the latest HorizonGuideSetup.zip
  2. Unzip and run the installer
  3. Navigate to the installation folder and run ‘Horizon Guide.exe’

Setup Development Environment

  1. Download and install Android Studio
  2. Clone the repository
    1. Open Android Studio
    2. Click on ‘Get from VCS’ option > GitHub > Use token…
    3. Have an existing repo admin generate a token with repo, workflow and read:org access
    4. Paste the token in the ‘Token’ field
    5. Choose ‘Level-Up’ project > Clone
      1. May have to run the command again because sometimse nothing happens.
  3. Setup project
    1. Setup android emulator: open Device Manager > Create device > select ‘Pixel 2 XL’ > Next > choose ‘R’, API level 30 > Next > Finish
  4. Setup markdown file editor
    1. Download Visual Studio Code
    2. Open Visual Studio Code and go to Extensions section (four squares icon in left bar)
    3. Search for the ‘markdownlint’ extension and install it

Links

License

Level Up

Copyright (c) 2022 Brandon Young

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

GitHub

View Github