Android Open Source - Libgdx game UprightPath-libGDX-Example






Project Summary

Examples of games making use of libGDX.

Web Site / Source Repository

UprightPath-libGDX-Example is hosted in the following web site
https://github.com/UprightPath/UprightPath-libGDX-Example

If you think the Android project UprightPath-libGDX-Example 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 UprightPath-libGDX-Example.

ItemValue
Java File Count44
Target SDK Version14
Minimum SDK Version5
Activity Count2
jar files usedgdx-backend-android-sources.jar
gdx-backend-android-sources.jar
gdx-backend-android.jar
gdx-backend-android.jar
gdx-backend-lwjgl-natives.jar
gdx-backend-lwjgl-natives.jar
gdx-backend-lwjgl-sources.jar
gdx-backend-lwjgl-sources.jar
gdx-backend-lwjgl.jar
gdx-backend-lwjgl.jar
gdx-natives.jar
gdx-natives.jar
gdx-sources.jar
gdx-sources.jar
gdx.jar
gdx.jar
Asset File Namesassets\data\default.fnt
assets\data\game.atlas
assets\data\game.json
assets\data\game.png
assets\data\game2.png
assets\data\game3.png
assets\data\game4.png
assets\data\game5.png
assets\data\game6.png
assets\data\graphics\cooper.fnt
assets\data\graphics\game.atlas
assets\data\graphics\game.json
assets\data\graphics\game.png
assets\data\gungsuh.fnt
assets\data\loading.atlas
assets\data\loading.png
assets\data\music\main.mp3
assets\data\music\mine.mp3
assets\data\sfx\explosion_1.wav
assets\data\sfx\explosion_2.wav
assets\data\sfx\explosion_3.wav
assets\data\sfx\hurt_1.wav
assets\data\sfx\hurt_2.wav
assets\data\sfx\hurt_3.wav
assets\data\sfx\shoot_1.wav
assets\data\sfx\shoot_2.wav
assets\data\sfx\shoot_3.wav
assets\data\worlds.xml




Java Source Files

UprightPath-libGDX-Example has the following Java source files.

com.uprightpath.contagion.Contagion.java
com.uprightpath.contagion.Main.java
com.uprightpath.contagion.MainActivity.java
com.uprightpath.contagion.graphics.CityLinkRenderer.java
com.uprightpath.contagion.graphics.CityRenderer.java
com.uprightpath.contagion.graphics.WorldRenderer.java
com.uprightpath.contagion.loader.WorldDefinitionManagerLoader
.java
com.uprightpath.contagion.logic.CDCTeam.java
com.uprightpath.contagion.logic.City.java
com.uprightpath.contagion.logic.World.java
com.uprightpath.contagion.logic.WorldDefinition.java
com.uprightpath.contagion.logic.WorldDefinitionManager.java
com.uprightpath.contagion.screen.AboutScreen.java
com.uprightpath.contagion.screen.ContagionScreen.java
com.uprightpath.contagion.screen.GameOverScreen.java
com.uprightpath.contagion.screen.GameScreen.java
com.uprightpath.contagion.screen.GameSelectScreen.java
com.uprightpath.contagion.screen.GermBackScreen.java
com.uprightpath.contagion.screen.LoadingScreen.java
com.uprightpath.contagion.screen.MainScreen.java
com.uprightpath.contagion.screen.TutorialScreen.java
com.uprightpath.contagion.screen.WorldEventProcessor.java
com.uprightpath.twentyeight.Main.java
com.uprightpath.twentyeight.MainActivity.java
com.uprightpath.twentyeight.MusicManager.java
com.uprightpath.twentyeight.SoundManager.java
com.uprightpath.twentyeight.TwentyEight.java
com.uprightpath.twentyeight.game.Explosion.java
com.uprightpath.twentyeight.game.GameHolder.java
com.uprightpath.twentyeight.game.Mine.java
com.uprightpath.twentyeight.game.MineEventDispatcher.java
com.uprightpath.twentyeight.game.MineEventListener.java
com.uprightpath.twentyeight.game.MineGenerator.java
com.uprightpath.twentyeight.game.Player.java
com.uprightpath.twentyeight.game.RagBall.java
com.uprightpath.twentyeight.game.Tile.java
com.uprightpath.twentyeight.graphics.GameRenderer.java
com.uprightpath.twentyeight.screens.GamePlayScreen.java
com.uprightpath.twentyeight.screens.GameStateScreen.java
com.uprightpath.twentyeight.screens.LostStateScreen.java
com.uprightpath.twentyeight.screens.MainMenuScreen.java
com.uprightpath.twentyeight.screens.TwentyEightScreen.java
com.uprightpath.twentyeight.screens.WonStateScreen.java