Android game of TicTacToe. Other names for the game are X and O, three in a row..
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.
The following table is the detailed list of tictactoe.
Item | Value |
---|---|
Java File Count | 15 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 11 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
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.
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