Android Open Source - Game chess chess






Project Summary

4-Player chess game for Android.

Web Site / Source Repository

chess is hosted in the following web site
https://github.com/j4velin/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 Count18
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version11
Activity Count1
Fragment Count3
Asset File Namesassets\Chess.ttf




License

The license information of chess is as follows:

Apache License

Resource Files

There are 5 image files in chess. The names of the image files are listed as follows.

ic_2player.png
ic_4player.png
ic_achievement.png
ic_delete.png
ic_reload.png

The following screenshort is generated from the image listed above.

null




Java Source Files

de.j4velin.chess.BoardView.java
de.j4velin.chess.GameFragment.java
de.j4velin.chess.Main.java
de.j4velin.chess.StartFragment.java
de.j4velin.chess.game.Board.java
de.j4velin.chess.game.Coordinate.java
de.j4velin.chess.game.Game.java
de.j4velin.chess.game.Player.java
de.j4velin.chess.game.pieces.Bishop.java
de.j4velin.chess.game.pieces.King.java
de.j4velin.chess.game.pieces.Knight.java
de.j4velin.chess.game.pieces.LeftPawn.java
de.j4velin.chess.game.pieces.Pawn.java
de.j4velin.chess.game.pieces.Piece.java
de.j4velin.chess.game.pieces.Queen.java
de.j4velin.chess.game.pieces.Rook.java
de.j4velin.chess.util.Achievements.java
de.j4velin.chess.util.Logger.java