A simple android game developed as part of my fifth year project at NTNU.
SimpleAndroidGame is hosted in the following web site
https://github.com/chrihala/SimpleAndroidGame
If you think the Android project SimpleAndroidGame 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 SimpleAndroidGame.
Item | Value |
---|---|
Java File Count | 25 |
Supported screen sizes | [mdpi, ldpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 12 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_WIFI_STATE android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN android.permission.CAMERA android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.VIBRATE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\font\Plok.ttf assets\font\sniglet.ttf assets\gfx\arrow.png assets\gfx\background.xcf assets\gfx\background1.svg assets\gfx\blueskies.jpg assets\gfx\continue_arrow.png assets\gfx\frog.png assets\gfx\genie.png assets\gfx\greenbird.png assets\gfx\placeholder_100x100.png assets\gfx\pyramid-background.svg assets\gfx\rewards\elephant.png assets\gfx\rewards\frog_flamingo.png assets\gfx\rewards\giraffe_parrot.png assets\gfx\rewards\monkey_lion.png assets\gfx\rewards\reward1.jpg assets\gfx\rewards\reward3.jpg assets\gfx\rewards\reward4.jpg assets\gfx\rewards\reward_background1.svg assets\gfx\sun.png assets\gfx\sun.svg assets\gfx\sun.xcf assets\gfx\toggleMusic.png assets\gfx\toggleSFX.png assets\gfx\tux_from_linux.png assets\mfx\Tromboon-sample.ogg assets\mfx\ants_marching.mp3 assets\mfx\bird_chirping.wav assets\mfx\bird_song_1.flac assets\mfx\chicken.wav assets\mfx\elephant_trumpeting.mp3 assets\mfx\fanfare.wav assets\mfx\frog.wav assets\mfx\menu_music.mp3 assets\mfx\menu_select.mp3 assets\mfx\pling.wav assets\mfx\quackquack.wav |
There are 1 image files in SimpleAndroidGame. The names of the image files are listed as follows.
ic_action_search.png
The following screenshort is generated from the image listed above.
SimpleAndroidGame has the following Java source files.
org.hland.ActorRemover.java org.hland.MyPathFactory.java org.hland.MySimpleGameBaseActivity.java org.hland.MyUpdateHandler.java org.hland.Reward.java org.hland.RewardScene.java org.hland.SceneManager.java org.hland.SimpleGameActivity.java org.hland.SimpleGameFactory.java org.hland.SplashScreenActivity.java org.hland.menu.MainMenuScene.java org.hland.menu.MenuActivity.java org.hland.menu.OptionsMenuScene.java org.hland.menu.ToggleButton.java org.hland.sprites.AnimatedFlyingBird.java org.hland.sprites.AnimatedFrog.java org.hland.sprites.Bird.java org.hland.sprites.Cloud.java org.hland.sprites.Leaf.java org.hland.sprites.MyAnimatedSpriteBase.java org.hland.sprites.MySpriteBase.java org.hland.sprites.Star.java org.hland.sprites.Sun.java org.hland.sprites.Tux.java