Port of the flog game to android.
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.
The following table is the detailed list of Space-Golf.
Item | Value |
---|---|
Java File Count | 22 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Asset File Names | assets\levels\levels.xml assets\sprites\gfx.png assets\sprites\sprites.xml assets\sprites\teleport.png |
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.
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