Android Open Source - Game chess chess






Project Summary

A simple chess game for Android devices.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of chess.

ItemValue
Java File Count20
Target SDK Version17
Minimum SDK Version5
Activity Count1
jar files usedgdx-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 Namesassets\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




Java Source Files

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