A port of jakesgordon's racer https://github.com/jakesgordon/javascript-racer/ to LibGDX as a learning experience.
GdxOutrun is hosted in the following web site
https://github.com/cristobaldobranco/GdxOutrun
If you think the Android project GdxOutrun 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 GdxOutrun.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 20 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Asset File Names | assets\background\background.svg assets\background\hills.png assets\background\sky.png assets\background\trees.png assets\badlogic.jpg assets\sprites.atlas assets\sprites.png assets\sprites2.png |
GdxOutrun has the following Java source files.
org.whitesoft.games.outrun.Colors.java org.whitesoft.games.outrun.GdxOutrunGame.java org.whitesoft.games.outrun.MainGameScreen.java org.whitesoft.games.outrun.Render.java org.whitesoft.games.outrun.RoadSegment.java org.whitesoft.games.outrun.RoadSegmentPoint.java org.whitesoft.games.outrun.Util.java org.whitesoft.games.outrun.android.AndroidLauncher.java org.whitesoft.games.outrun.client.HtmlLauncher.java org.whitesoft.games.outrun.desktop.DesktopLauncher.java org.whitesoft.games.outrun.desktop.MyPacker.java