A prototype Java game for Desktop/Android, where you are a SquareMan with a jetpack trying to dodge blocks..
SquareGame is hosted in the following web site
https://github.com/itsmichaelwang/SquareGame
If you think the Android project SquareGame 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 SquareGame.
Item | Value |
---|---|
Java File Count | 11 |
Target SDK Version | 17 |
Minimum SDK Version | 5 |
Activity Count | 1 |
jar files used | gdx-backend-android-sources.jar gdx-backend-android.jar gdx-backend-gwt-sources.jar gdx-backend-gwt.jar gdx-backend-lwjgl-natives.jar gdx-backend-lwjgl-sources.jar gdx-backend-lwjgl.jar gdx-natives.jar gdx-sources.jar gdx.jar |
SquareGame has the following Java source files.
com.github.itsmichaelwang.GameRenderer.java com.github.itsmichaelwang.GameScreen.java com.github.itsmichaelwang.MainActivity.java com.github.itsmichaelwang.SquareGame.java com.github.itsmichaelwang.SquareGameDesktop.java com.github.itsmichaelwang.characters.DeathBox.java com.github.itsmichaelwang.characters.SquareMan.java com.github.itsmichaelwang.characters.World.java com.github.itsmichaelwang.client.GwtLauncher.java com.github.itsmichaelwang.controller.DeathBoxController.java com.github.itsmichaelwang.controller.SquareManController.java