Android Open Source - Game course TicTacToe






Project Summary

TicTacToe game with minimax AI (Android dev course week 2 assignment).

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TicTacToe.

ItemValue
Java File Count9
Target SDK Version21
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
Asset File Namesassets\fonts\handwritingfont.ttf




Java Source Files

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