Android Open Source - Game chess Android-Chess






Project Summary

Chess Game (written in Java for Android devices).

Web Site / Source Repository

Android-Chess is hosted in the following web site
https://github.com/huacyang/Android-Chess

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

ItemValue
Java File Count14
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Minimum SDK Version10
Activity Count3

Resource Files

There are 27 image files in Android-Chess. The names of the image files are listed as follows.

black.png
black_bishop.png
black_king.png
black_knight.png
black_pawn.png
black_queen.png
black_rook.png
c.png
chessless.png
e.png
e1.png
e2.png
h.png
l.png
m.png
o.png
s1.png
s2.png
t.png
w.png
white.png
white_bishop.png
white_king.png
white_knight.png
white_pawn.png
white_queen.png
white_rook.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Android-Chess has the following Java source files.

bg.Bishop.java
bg.Block.java
bg.Board.java
bg.Chess.java
bg.Control.java
bg.King.java
bg.Knight.java
bg.Pawn.java
bg.Queen.java
bg.Rook.java
cs213.chess.android.AndroidChessActivity.java
cs213.chess.android.AndroidChessEngine.java
cs213.chess.android.AndroidChessMain.java
cs213.chess.android.AndroidChessReplay.java