Basic Chess app.
Chess is hosted in the following web site
https://github.com/kanavg/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 | 11 |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Chess has the following Java source files.
com.kanav.chess.Bishop.java com.kanav.chess.ChessBoard.java com.kanav.chess.King.java com.kanav.chess.Knight.java com.kanav.chess.MainActivity.java com.kanav.chess.Pawn.java com.kanav.chess.Piece.java com.kanav.chess.Queen.java com.kanav.chess.Rook.java com.kanav.chess.Square.java com.kanav.chess.SquareAdapter.java