Android Open Source - Game chess g_chess






Project Summary

A Chess game for Google's Android platform.

Web Site / Source Repository

g_chess is hosted in the following web site
https://github.com/johngunderman/g_chess

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

ItemValue
Java File Count12
Activity Count1

Resource Files

There are 12 image files in g_chess. The names of the image files are listed as follows.

black_bishop.png
black_king.png
black_knight.png
black_pawn.png
black_queen.png
black_rook.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

g_chess has the following Java source files.

org.gChess.Bishop.java
org.gChess.ChessBoard.java
org.gChess.ChessPiece.java
org.gChess.ChessSquare.java
org.gChess.ChessView.java
org.gChess.King.java
org.gChess.Knight.java
org.gChess.Location.java
org.gChess.Pawn.java
org.gChess.Queen.java
org.gChess.Rook.java
org.gChess.gChess.java