TicTacToe game with minimax AI (Android dev course week 2 assignment).
TicTacToe is hosted in the following web site
https://github.com/kneels/TicTacToe
If you think the Android project 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.
The following table is the detailed list of TicTacToe.
Item | Value |
---|---|
Java File Count | 9 |
Target SDK Version | 21 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Asset File Names | assets\fonts\handwritingfont.ttf |
TicTacToe has the following Java source files.
net.kneels.tictactoe.AIPlayer.java net.kneels.tictactoe.Cell.java net.kneels.tictactoe.CellIterator.java net.kneels.tictactoe.GameActivity.java net.kneels.tictactoe.Grid.java net.kneels.tictactoe.Move.java net.kneels.tictactoe.Player.java