Android Open Source - Game simple newplanegame






Project Summary

a simple plane game in android..

Web Site / Source Repository

newplanegame is hosted in the following web site
https://github.com/nuptboyzhb/newplanegame

If you think the Android project newplanegame 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 newplanegame.

ItemValue
Java File Count24
Supported screen sizes[hdpi]
Target SDK Version19
Minimum SDK Version8
Activity Count2
Fragment Count3
jar files usedandroid-support-v4.jar
androidannotations-3.0.1.jar
androidannotations-api-3.0.1.jar
Asset File Namesassets\ShareSDK.xml
Raw File Namesres\raw\bgm_jizhanboss2.ogg
res\raw\biggun1.wav
res\raw\effcet_vo_gameover.ogg
res\raw\effcet_vo_haoye.ogg
res\raw\m1.mp3
res\raw\oh_my_god.wav
res\raw\shandianqiu.ogg
res\raw\xiaobaozha.ogg




Resource Files

There are 31 image files in newplanegame. The names of the image files are listed as follows.

boss_plane.png
bullet_2.png
bullet_2_r.png
bullet_3.png
emoji_2.png
f16_23.png
fire0.png
fire1.png
fire2.png
fire3.png
fire4.png
fire5.png
fire6.png
fire7.png
hy2000_r.png
ic_action_point.png
ic_action_settings.png
ic_action_share.png
ic_action_volume_muted.png
ic_action_volume_on.png
plane_g.png
plane_y.png
plane_y_r.png
umeng_update_btn_check_off_focused_holo_light.png
umeng_update_btn_check_off_holo_light.png
umeng_update_btn_check_off_pressed_holo_light.png
umeng_update_btn_check_on_focused_holo_light.png
umeng_update_btn_check_on_holo_light.png
umeng_update_btn_check_on_pressed_holo_light.png
umeng_update_close_bg_normal.png
umeng_update_close_bg_tap.png

The following screenshort is generated from the image listed above.

null




Java Source Files

newplanegame has the following Java source files.

edu.njupt.zhb.game.MyConstants.java
edu.njupt.zhb.game.activity.MainActivity.java
edu.njupt.zhb.game.activity.SplashActivity.java
edu.njupt.zhb.game.callback.DialogCallBack.java
edu.njupt.zhb.game.callback.GameOverCallback.java
edu.njupt.zhb.game.callback.PlaneViewCallback.java
edu.njupt.zhb.game.callback.SettingCallback.java
edu.njupt.zhb.game.callback.StartFragmentCallBack.java
edu.njupt.zhb.game.fragment.SettingFragment.java
edu.njupt.zhb.game.fragment.StartFragment.java
edu.njupt.zhb.game.objects.BossPlane.java
edu.njupt.zhb.game.objects.Bullet.java
edu.njupt.zhb.game.objects.DrawObject.java
edu.njupt.zhb.game.objects.KeyPoint.java
edu.njupt.zhb.game.objects.Plane.java
edu.njupt.zhb.game.res.BulletRes.java
edu.njupt.zhb.game.res.PlaneBlastRes.java
edu.njupt.zhb.game.res.PlaneRes.java
edu.njupt.zhb.game.res.ResLoader.java
edu.njupt.zhb.game.utils.DialogUtils.java
edu.njupt.zhb.game.view.PlaneView.java