Chess game (Android local PvP).
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.
The following table is the detailed list of Chess_TT.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [ldpi, mdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
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.
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