Android Open Source - Game golf Space-Golf






Project Summary

Port of the flog game to android.

Web Site / Source Repository

Space-Golf is hosted in the following web site
https://github.com/aashah/Space-Golf

If you think the Android project Space-Golf listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Space-Golf.

ItemValue
Java File Count22
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version14
Activity Count3
jar files usedandroid-support-v4.jar
Asset File Namesassets\levels\levels.xml
assets\sprites\gfx.png
assets\sprites\sprites.xml
assets\sprites\teleport.png




Resource Files

There are 2 image files in Space-Golf. The names of the image files are listed as follows.

ic_action_search.png
levels_title.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Space-Golf has the following Java source files.

com.shah.spacegolf.Flog.java
com.shah.spacegolf.Game.java
com.shah.spacegolf.LevelPicker.java
com.shah.spacegolf.anim.SequentialSpriteAnimator.java
com.shah.spacegolf.anim.SimpleSpriteAnimator.java
com.shah.spacegolf.anim.SpriteAnimator.java
com.shah.spacegolf.entities.Entity.java
com.shah.spacegolf.entities.EntityBall.java
com.shah.spacegolf.exceptions.InvalidLevelFileException.java
com.shah.spacegolf.exceptions.InvalidSpriteSheetFileException.java
com.shah.spacegolf.graphics.BitmapContainer.java
com.shah.spacegolf.graphics.SequentialBitmapContainer.java
com.shah.spacegolf.graphics.SimpleBitmapContainer.java
com.shah.spacegolf.levels.Level.java
com.shah.spacegolf.levels.LevelManager.java
com.shah.spacegolf.levels.LevelPage.java
com.shah.spacegolf.levels.SpriteSheet.java
com.shah.spacegolf.levels.SpriteSheetManager.java
com.shah.spacegolf.model.LevelAdapater.java
com.shah.spacegolf.physics.Velocity.java
com.shah.spacegolf.util.Convert.java
com.shah.spacegolf.view.GameView.java