A simple chess game for Android devices.
chess is hosted in the following web site
https://github.com/omergurlek/chess
If you think the Android project chess 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 chess.
Item | Value |
---|---|
Java File Count | 20 |
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-lwjgl-natives.jar gdx-backend-lwjgl-sources.jar gdx-backend-lwjgl.jar gdx-natives.jar gdx-sources.jar gdx.jar tween-engine-api-sources.jar tween-engine-api.jar tween-engine-api.jar |
Asset File Names | assets\data\button.pack assets\data\button.png assets\data\chess.pack assets\data\chess.png assets\data\chess2.png assets\data\font.fnt assets\data\font_0.tga assets\data\splashscreen.png assets\data\whitefont.fnt assets\data\whitefont_0.tga |
chess has the following Java source files.
com.ogurlek.chess.Chess.java com.ogurlek.chess.GlobalSettings.java com.ogurlek.chess.Main.java com.ogurlek.chess.MainActivity.java com.ogurlek.chess.controller.GameWorld.java com.ogurlek.chess.controller.InputHandler.java com.ogurlek.chess.model.Board.java com.ogurlek.chess.model.MovementMap.java com.ogurlek.chess.model.Piece.java com.ogurlek.chess.model.Tile.java com.ogurlek.chess.screens.GameScreen.java com.ogurlek.chess.screens.MainMenu.java com.ogurlek.chess.screens.SplashScreen.java com.ogurlek.chess.tweens.ButtonTween.java com.ogurlek.chess.tweens.SpriteTween.java com.ogurlek.chess.view.Renderer.java