Android Open Source - Example course checkers






Project Summary

University project for the course of Artificial Intelligence (2012/2013), University of Padova..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of checkers.

ItemValue
Java File Count8
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Asset File Namesassets\fonts\curse_casual.ttf
assets\fonts\english.ttf




Resource Files

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.

null




Java Source Files

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