Simple game called Three Tiles made with libGDX.
three-tiles is hosted in the following web site
https://github.com/montecode/three-tiles
If you think the Android project three-tiles 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 three-tiles.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Asset File Names | assets\data\RobotoCondensed-Regular.ttf |
three-tiles has the following Java source files.
me.montecode.game.gdx.threetiles.AssetLoader.java me.montecode.game.gdx.threetiles.IOSLauncher.java me.montecode.game.gdx.threetiles.InputHandler.java me.montecode.game.gdx.threetiles.MainGameScreen.java me.montecode.game.gdx.threetiles.ThreeTilesGame.java me.montecode.game.gdx.threetiles.Tile.java me.montecode.game.gdx.threetiles.TileRenderer.java me.montecode.game.gdx.threetiles.TileWorld.java me.montecode.game.gdx.threetiles.android.AndroidLauncher.java me.montecode.game.gdx.threetiles.client.HtmlLauncher.java me.montecode.game.gdx.threetiles.desktop.DesktopLauncher.java