University project for the course of Artificial Intelligence (2012/2013), University of Padova..
checkers is hosted in the following web site
https://github.com/gianlucacarlesso/checkers
If you think the Android project checkers 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 checkers.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Asset File Names | assets\fonts\curse_casual.ttf assets\fonts\english.ttf |
There are 12 image files in checkers. The names of the image files are listed as follows.
button.9.png button_disabled.9.png button_pressed.9.png button_selected.9.png piece_black_horizontal.png piece_black_horizontal_possible.png piece_black_horizontal_selected.png piece_black_vertical.png piece_white_horizontal.png piece_white_horizontal_possible.png piece_white_horizontal_selected.png piece_white_vertical.png
The following screenshort is generated from the image listed above.
checkers has the following Java source files.
it.gianlucacarlesso.checkers.CheckerboardActivity.java it.gianlucacarlesso.checkers.CheckersActivity.java it.gianlucacarlesso.checkers.logic.Board.java it.gianlucacarlesso.checkers.logic.Piece.java it.gianlucacarlesso.checkers.utilities.DisplayProperties.java it.gianlucacarlesso.checkers.utilities.ImageUtilities.java it.gianlucacarlesso.checkers.view.GBoard.java it.gianlucacarlesso.checkers.view.GPiece.java