A very simple 2D openGL game to learn about android development.
3D5_Android_OpenGL_Game is hosted in the following web site
https://github.com/JackFitzsimons/3D5_Android_OpenGL_Game
If you think the Android project 3D5_Android_OpenGL_Game 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 3D5_Android_OpenGL_Game.
Item | Value |
---|---|
Java File Count | 12 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 10 |
Activity Count | 1 |
jar files used | android-support-v4.jar gdx.jar |
Asset File Names | assets\It's Beginning to Look a Lot Like Christmas.ogg assets\christmas_box1.png assets\christmas_box2.png assets\christmas_box3.png assets\game_play_header.png assets\santas_sleigh.png assets\snow_flakes1.png assets\snow_flakes2.png assets\snow_flakes3.png assets\snow_flakes4.png assets\snow_flakes5.png assets\snow_flakes6.png assets\snow_flakes7.png assets\strato-unlinked.ttf |
There are 3 image files in 3D5_Android_OpenGL_Game. The names of the image files are listed as follows.
christmas_box1.png circle.png ic_action_search.png
The following screenshort is generated from the image listed above.
3D5_Android_OpenGL_Game has the following Java source files.
com.example.andenginefirsttrial.GameLoopUpdateHandler.java com.example.andenginefirsttrial.GameOverScene.java com.example.andenginefirsttrial.GameScene.java com.example.andenginefirsttrial.MainActivity.java com.example.andenginefirsttrial.MainMenuScene.java com.example.andenginefirsttrial.Present.java com.example.andenginefirsttrial.SnowFlake.java com.example.andenginefirsttrial.SnowFlakeUpdateHandler.java com.example.andenginefirsttrial.SplashScreen.java com.example.andenginefirsttrial.Square.java com.example.andenginefirsttrial.TimerActivity.java com.example.andenginefirsttrial.TopScoreScene.java