Instructions

Ground Rules

Objective

The objective of gravity ball is simple, use your paddle to send the apple flying into the goal area to score points. Let the ball touch the opposite side of the arena and you lose a point. Score 10 points and you win!

How to Play

In order to score points you're going to have to learn how to manipulate the paddle first. The logic behind paddle movement is fairly trivial, so don't get too worked up. When you place your fingers on the screen each side of the paddle will attach a 'spring' to where your fingers are located. The faster you move your fingers the faster the paddle will move. Be careful, it's pretty difficult!

Installing the game

If you havent already, either download the APK file or get the source code from GitHub if you're feeling adventurous

The Easy Way

If you downloaded the APK simply plug your Android device into your computer via the USB cable provided. Next, copy the APK onto the device's SD card. The device should prompt you to install the application. Next, open your app drawer and launch the Gravity Ball application.

The Harder Way

If you decided to obtain the source code from GitHub first, please reference the downloads page for instructions on setting up your environment. Once you've completed these steps you simply need to hit run with your device plugged in!

Downloads

Developed by @mikesandt and @brianedmonds90

Built with JBox2D and Twitter Bootstrap