Get it on the Play Store
Gravity Ball is available via the Play Store. If you have a linked Google account you can automatically download a signed version to your device.
Download an APK
Download the APK file below. Simply transfer the file you your Android device's SD card and wait for it to install. Now you're ready to play Gravity Ball!
Download
Compile Source From GitHub
Setting up your Development Environment
Download the Android SDK
here and follow the instructions for setting up the ADT bundle or an existing IDE like Eclipse.
Getting the Source Code
First make sure you have Git installed. You can git it (see what I did there?)
here. Open a terminal and clone the repository to your local machine.
$ git clone https://github.com/brianedmonds90/Pong.git
Compiling and Running
Assuming you're using Eclipse, simply import the source code and click run. It's really that simple!