/walkly-android

Android implementation of Walkly (the walking game)

Primary LanguageKotlin

walkly-android

How to run the app

  • download or clone the repo
  • open it in Android Studio
  • bulid the project then run it
  • if you want to use the emulator on Windows, make sure you enable vertualization
  • if you want to use your phone, make sure it has android 6 or above, you enalbe the developer mode and allow debuging

Very Important Notes

  • NEVER use --force
  • DO NOT use rebase to merge branches if you just can simply use merge
  • keep your local repo in sync with the remote repo
  • Write meaningful commit message (I might create a template)

if you need to know anything about git I think this is the best source

The WorkFlow

We are going to use what is called Feature Branch workflow. Details here

  • create a feature branch of the master
  • commit only working code
  • test your code in the feature branch before merging it to master