Android Open Source - Libgdx library Stickman






Project Summary

First android APP using the library libGDX.

Web Site / Source Repository

Stickman is hosted in the following web site
https://github.com/M4pster/Stickman

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

ItemValue
Java File Count35
Target SDK Version20
Minimum SDK Version8
Activity Count1
Required Permissionsandroid.permission.VIBRATE
Asset File Namesassets\calibri.fnt
assets\calibri.png
assets\font.fnt
assets\font.png
assets\images\GUI\buttons.pack
assets\images\GUI\buttons.png
assets\images\GUI\healthbar.png
assets\images\characters\enemy_animations.png
assets\images\characters\friendly_animations.png
assets\images\characters\player_animations.png
assets\images\entities\bluedoor.png
assets\images\entities\bluespawner.png
assets\images\entities\door.png
assets\images\entities\greendoor.png
assets\images\entities\ladder.png
assets\images\entities\reddoor.png
assets\images\entities\redspawner.png
assets\images\entities\smallbutton.png
assets\images\tiles\block.png
assets\images\tiles\brick.png
assets\images\tiles\spikes.png
assets\images\tiles\water.png
assets\images\tiles\watershore.png
assets\worlds\background_city.png
assets\worlds\background_null.png
assets\worlds\world.txt




License

The license information of Stickman is as follows:

Apache License

Java Source Files

com.wireframe.stickman.AICharacter.java
com.wireframe.stickman.AndroidGUI.java
com.wireframe.stickman.Brick.java
com.wireframe.stickman.Character.java
com.wireframe.stickman.Door.java
com.wireframe.stickman.Enemy.java
com.wireframe.stickman.FloatingText.java
com.wireframe.stickman.Friendly.java
com.wireframe.stickman.GUI.java
com.wireframe.stickman.GameObject.java
com.wireframe.stickman.GameRules.java
com.wireframe.stickman.Health.java
com.wireframe.stickman.Interactable.java
com.wireframe.stickman.Ladder.java
com.wireframe.stickman.Player.java
com.wireframe.stickman.Resources.java
com.wireframe.stickman.SmallButton.java
com.wireframe.stickman.Spawner.java
com.wireframe.stickman.Spikes.java
com.wireframe.stickman.StickmanGame.java
com.wireframe.stickman.StickmanResources.java
com.wireframe.stickman.Tile.java
com.wireframe.stickman.Toggleable.java
com.wireframe.stickman.WaterShore.java
com.wireframe.stickman.Water.java
com.wireframe.stickman.World.java
com.wireframe.stickman.android.AndroidLauncher.java
com.wireframe.stickman.desktop.DesktopLauncher.java
com.wireframe.stickman.desktop.EditorLauncher.java
com.wireframe.stickman.editor.MapMaker.java
com.wireframe.stickman.editor.MappingPanel.java
com.wireframe.stickman.editor.PlacedTile.java
com.wireframe.stickman.editor.SelectionPanel.java
com.wireframe.stickman.editor.SelectionTile.java
com.wireframe.stickman.editor.SizingPanel.java