Android Open Source - Game ai Tic-Tac-Toe






Project Summary

An android implementation of the tic tac toe game, has both single player (vs Ai) and multiplayer. UCL CS coursework..

Web Site / Source Repository

Tic-Tac-Toe is hosted in the following web site
https://github.com/ammanvedi/Tic-Tac-Toe

If you think the Android project Tic-Tac-Toe 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 Tic-Tac-Toe.

ItemValue
Java File Count9
Supported screen sizes[mdpi, ldpi, hdpi, xhdpi]
Target SDK Version17
Minimum SDK Version9
Activity Count4
jar files usedandroid-support-v4.jar




License

The license information of Tic-Tac-Toe is as follows:

MIT License

Java Source Files

com.comp1008.AmmanVedi.TicTacToe.AIDrawView.java
com.comp1008.AmmanVedi.TicTacToe.AIPlayer.java
com.comp1008.AmmanVedi.TicTacToe.DifficultySelect.java
com.comp1008.AmmanVedi.TicTacToe.DrawView.java
com.comp1008.AmmanVedi.TicTacToe.GameState.java
com.comp1008.AmmanVedi.TicTacToe.HighScores.java
com.comp1008.AmmanVedi.TicTacToe.SplashScreen.java
com.comp1008.AmmanVedi.TicTacToe.TicTacToeActivity.java
com.comp1008.AmmanVedi.TicTacToe.Tuple.java