An android TicTacToe game using minimax algorithm.
XandO is hosted in the following web site
https://github.com/luskidotio/XandO
If you think the Android project XandO 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 XandO.
Item | Value |
---|---|
Java File Count | 8 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 4 |
There are 4 image files in XandO. The names of the image files are listed as follows.
crossxando.png logoapp.png roundxando.png xando.png
The following screenshort is generated from the image listed above.
XandO has the following Java source files.
com.example.pro.xando.ApplicationTest.java com.example.pro.xando.Board.java com.example.pro.xando.BuildConfig.java com.example.pro.xando.GameState.java com.example.pro.xando.MyActivity.java com.example.pro.xando.NodeStruct.java com.example.pro.xando.PerfectPlayer.java com.example.pro.xando.XandoGame.java