Android Open Source - Game tictactoe XandO






Project Summary

An android TicTacToe game using minimax algorithm.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of XandO.

ItemValue
Java File Count8
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version21
Minimum SDK Version14
Activity Count4




Resource Files

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.

null

Java Source Files

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