Sport mobile game for Android platform.
- Practice mode
- Tournament mode
- Multiplayer mode
Two tournament types are supported: play-off and league.
Player is connected with random player, waiting for game.
In future it will be possible to connect with concrete person.
It's available to play with three different controls:
- Four buttons for movement, hitting and jumping
- Joystick for movement and hit button
- Keyboard controls for PC version
To build project run following commands:
git clone https://github.com/Nikitosh/HeadBall
- open (open, not import) it in IntelliJ IDEA
- run configuration you need:
android
for Android version andDesktopLaucnher
for PC version - for correct build of Android version you should have
ANDROID_HOME
variable with path to Android SDK in your environment variables
To use Google Play Services you should install signed .apk, which is in root directory (headball.apk)