An Android Implementation of a variant of the classic Tic Tac Toe game.
androidtictactoeception is hosted in the following web site
https://github.com/tfjgeorge/androidtictactoeception
If you think the Android project androidtictactoeception 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 androidtictactoeception.
Item | Value |
---|---|
Java File Count | 12 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
androidtictactoeception has the following Java source files.
tfjgeorge.tictactoeception.Board.java tfjgeorge.tictactoeception.BoardView.java tfjgeorge.tictactoeception.Coordinate.java tfjgeorge.tictactoeception.EndGameEventListener.java tfjgeorge.tictactoeception.HumanPlayer.java tfjgeorge.tictactoeception.MainActivity.java tfjgeorge.tictactoeception.NotSoStupidPlayer.java tfjgeorge.tictactoeception.Piece.java tfjgeorge.tictactoeception.PlayEventListener.java tfjgeorge.tictactoeception.Player.java tfjgeorge.tictactoeception.RandomPlayer.java tfjgeorge.tictactoeception.TicTacToeGame.java