Android Open Source - Game chess Chess_TT






Project Summary

Chess game (Android local PvP).

Web Site / Source Repository

Chess_TT is hosted in the following web site
https://github.com/tomtaila/Chess_TT

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

ItemValue
Java File Count16
Supported screen sizes[ldpi, mdpi]
Target SDK Version18
Minimum SDK Version14
Activity Count3
Fragment Count1
jar files usedandroid-support-v4.jar




Resource Files

There are 15 image files in Chess_TT. The names of the image files are listed as follows.

bishop_b.png
bishop_w.png
chess_logo.png
horse_b.png
horse_w.png
king_b.png
king_w.png
marble1.png
marble2.png
pawn_b.png
pawn_w.png
queen_b.png
queen_w.png
rook_b.png
rook_w.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Chess_TT has the following Java source files.

chess.game.Coordinates.java
chess.game.Game.java
chess.game.Player.java
chess.piece.Piece.java
chess.piece.PieceFactory.java
chess.piece.behavior.BishopMovementBehavior.java
chess.piece.behavior.HorseMovementBehavior.java
chess.piece.behavior.KingMovementBehavior.java
chess.piece.behavior.MovementBehavior.java
chess.piece.behavior.PawnMovementBehavior.java
chess.piece.behavior.QueenMovementBehavior.java
chess.piece.behavior.RookMovementBehavior.java
tomtaila.chess.game.GameActivity.java
tomtaila.chess.game.GameView.java
tomtaila.chess.menu.MainMenuFragment.java
tomtaila.chess.menu.MenuActivity.java