Android Open Source - Game classic androidtictactoeception






Project Summary

An Android Implementation of a variant of the classic Tic Tac Toe game.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of androidtictactoeception.

ItemValue
Java File Count12
Target SDK Version18
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Java Source Files

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