Giraffe Island Android Game Source Code

Overview

Rules:

Simple and addictive game for hitting giraffes. Hit them to make points
and try not to miss. Miss 5 times and you are done. Play, enjoy and be
the fastest!

Info:

The source code is made in Android Studio using native java language. The game doesn’t contain any 3rd party libraries and frameworks. It is compiled with the latest Android API version. The game is very easy to reskin.

Features

  • Very easy to reskin
  • Addictive gameplay
  • Completly full game with very challenging gameplay
  • Local high score included
  • AdMob ads included

Requirements

  • Android Studio for the code compilation
  • Android device (tablet or smartphone) for the actual game

Instructions

  • Import the code into Android Studio
  • Update the google play services and gradle version if needed
  • Change package name
  • Replace images in drawable folders
  • Replace admob id with the id of your ad
  • Compile and export the game

Related