Android Open Source - Game chess Android-Chess-Game






Project Summary

A 2 player chess game for android, written in java.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Android-Chess-Game.

ItemValue
Java File Count14
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count6
Fragment Count5
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




Resource Files

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.

null




Java Source Files

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