A 2 player chess game for android, written in java.
Android-Chess-Game is hosted in the following web site
https://github.com/mgs109/Android-Chess-Game
If you think the Android project Android-Chess-Game 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 Android-Chess-Game.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 6 |
Fragment Count | 5 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE |
There are 10 image files in Android-Chess-Game. The names of the image files are listed as follows.
bbish.png bking.png bknight.png bpawn.png bqueen.png wbish.png wking.png wknight.png wpawn.png wqueen.png
The following screenshort is generated from the image listed above.
Android-Chess-Game has the following Java source files.
com.example.group51androidprojectchess.Bishop.java com.example.group51androidprojectchess.Board.java com.example.group51androidprojectchess.ChessGameActivity.java com.example.group51androidprojectchess.GameListActivity.java com.example.group51androidprojectchess.King.java com.example.group51androidprojectchess.Knight.java com.example.group51androidprojectchess.MainActivity.java com.example.group51androidprojectchess.Pawn.java com.example.group51androidprojectchess.Pieces.java com.example.group51androidprojectchess.Queen.java com.example.group51androidprojectchess.ReplayActivity.java com.example.group51androidprojectchess.Rook.java com.example.group51androidprojectchess.SaveGameActivity.java com.example.group51androidprojectchess.gameList.java