Tic Tac Toe game against a computer that never loses.
TicTacToe is hosted in the following web site
https://github.com/n23sharm/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 | 10 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
TicTacToe has the following Java source files.
com.neha.tictactoe.GameActivity.java com.neha.tictactoe.GameBoard.java com.neha.tictactoe.GameListener.java com.neha.tictactoe.GameManager.java com.neha.tictactoe.InvalidMoveException.java com.neha.tictactoe.MainActivity.java com.neha.tictactoe.MinMaxResult.java com.neha.tictactoe.Move.java com.neha.tictactoe.NotYourTurnException.java