Android Open Source - Game tictactoe tictactoe






Project Summary

Android game of TicTacToe. Other names for the game are X and O, three in a row..

Web Site / Source Repository

tictactoe is hosted in the following web site
https://github.com/alegen/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 Count15
Supported screen sizes[mdpi, hdpi, xhdpi]
Target SDK Version15
Minimum SDK Version11
Activity Count1
jar files usedandroid-support-v4.jar




Resource Files

There are 3 image files in tictactoe. The names of the image files are listed as follows.

ai.png
ic_action_search.png
settings.png

The following screenshort is generated from the image listed above.

null

Java Source Files

tictactoe has the following Java source files.

net.alegen.tictactoe.CloseDialog.java
net.alegen.tictactoe.TicTacToe
.java
net.alegen.tictactoe.ai.ArtificialPlayer.java
net.alegen.tictactoe.ai.LineUtils.java
net.alegen.tictactoe.ai.StrategyUtils.java
net.alegen.tictactoe.board.Board.java
net.alegen.tictactoe.board.BoardChangedListener.java
net.alegen.tictactoe.game.GameEndedListener.java
net.alegen.tictactoe.game.GameManager.java
net.alegen.tictactoe.game.types.Game.java
net.alegen.tictactoe.game.types.MultiGame.java
net.alegen.tictactoe.game.types.SingleGame.java