Android Open Source - Game chess chessGame






Project Summary

Enhancement of an Android open source chess game.

Web Site / Source Repository

chessGame is hosted in the following web site
https://github.com/JoanMartinezRipoll/chessGame

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

ItemValue
Java File Count52
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Minimum SDK Version7
Activity Count8
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\algCosts.db
assets\fileToSend
Raw File Namesres\raw\copying




Resource Files

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

banner.png
bishop_black.png
bishop_white.png
chessboard.png
king_black.png
king_white.png
knight_black.png
knight_white.png
pawn_black.png
pawn_white.png
queen_black.png
queen_white.png
rook_black.png
rook_white.png
square_cursor.png

The following screenshort is generated from the image listed above.

null




Java Source Files

chessGame has the following Java source files.

chesspresso.Chess
.java
chesspresso.engines.ChXBoardEngine
.java
chesspresso.game.DefaultGameScorer.java
chesspresso.game.Game.java
chesspresso.game.GameHeaderModel
.java
chesspresso.game.GameListener
.java
chesspresso.game.GameModel
.java
chesspresso.game.GameModelChangeListener
.java
chesspresso.game.GameModelIterator.java
chesspresso.game.GameMoveModel
.java
chesspresso.game.GameScorer
.java
chesspresso.move.IllegalMoveException.java
chesspresso.move.Move
.java
chesspresso.pgn.PGN
.java
chesspresso.pgn.PGNErrorHandler
.java
chesspresso.pgn.PGNReader.java
chesspresso.pgn.PGNSimpleErrorHandler.java
chesspresso.pgn.PGNSyntaxError.java
chesspresso.pgn.PGNWriter.java
chesspresso.position.AbstractMoveablePosition.java
chesspresso.position.AbstractMutablePosition.java
chesspresso.position.AbstractPosition.java
chesspresso.position.CompactPosition.java
chesspresso.position.FEN
.java
chesspresso.position.IllegalPositionException.java
chesspresso.position.ImmutablePosition
.java
chesspresso.position.LightWeightPosition.java
chesspresso.position.MoveablePosition.java
chesspresso.position.MutablePosition.java
chesspresso.position.NAG
.java
chesspresso.position.Position.java
chesspresso.position.PositionChangeListener
.java
chesspresso.position.PositionListener
.java
de.fuberlin.offloading.Algorithms.java
de.fuberlin.offloading.DataBaseHelper.java
de.fuberlin.offloading.Engine.java
engine.ChessEngine.java
engine.ChessModule.java
engine.ChessVisualizationTrainer.java
engine.ComputerNextMoveAlgorithm.java
engine.Evaluation.java
engine.OpeningDB.java
engine.OpeningEntry.java
engine.SimpleEngine.java
kobi.chess.BannerView.java
kobi.chess.BoardView.java
kobi.chess.EngineValuesActivity.java
kobi.chess.InstructionsActivity.java
kobi.chess.LastMoveExecDataActivity.java
kobi.chess.MainActivity.java
kobi.chess.NewGameActivity.java
kobi.chess.Point.java