A basic chess game for Android.
JustChess is hosted in the following web site
https://github.com/Drakeland/JustChess
If you think the Android project JustChess 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 JustChess.
Item | Value |
---|---|
Java File Count | 9 |
Supported screen sizes | [mdpi, ldpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 14 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
There are 12 image files in JustChess. The names of the image files are listed as follows.
bb.png bk.png bn.png bp.png bq.png br.png wb.png wk.png wn.png wp.png wq.png wr.png
The following screenshort is generated from the image listed above.
JustChess has the following Java source files.
com.drakepitts.justchess.ChessBoard.java com.drakepitts.justchess.ChessGameActivity.java com.drakepitts.justchess.ChessMove.java com.drakepitts.justchess.ChessPiece.java com.drakepitts.justchess.ChessSquare.java com.drakepitts.justchess.ChessSquareAdapter.java com.drakepitts.justchess.MainMenu.java com.drakepitts.justchess.SettingsActivity.java