Android Open Source - Game tictactoe simple-tictactoe






Project Summary

an android implementation of tictactoe.

Web Site / Source Repository

simple-tictactoe is hosted in the following web site
https://github.com/danho123/simple-tictactoe

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

ItemValue
Java File Count6
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

There are 1 image files in simple-tictactoe. The names of the image files are listed as follows.

ic_action_search.png

The following screenshort is generated from the image listed above.

null

Java Source Files

simple-tictactoe has the following Java source files.

com.dancat.tictactoe.Cell.java
com.dancat.tictactoe.Circle.java
com.dancat.tictactoe.Cross.java
com.dancat.tictactoe.Empty.java
com.dancat.tictactoe.Game.java
com.dancat.tictactoe.TicTacToe.java