Android Open Source - Game tictactoe TicTacToe






Project Summary

Android application for the Tic-Tac-Toe board game.

Web Site / Source Repository

TicTacToe is hosted in the following web site
https://github.com/applications4android/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 Count14
Minimum SDK Version7
Activity Count1

Java Source Files

TicTacToe has the following Java source files.

com.blogspot.applications4android.tictactoe.TicTacToe.java
com.blogspot.applications4android.tictactoe.core.BoardController.java
com.blogspot.applications4android.tictactoe.core.BoardModel.java
com.blogspot.applications4android.tictactoe.core.Move.java
com.blogspot.applications4android.tictactoe.core.Moves.java
com.blogspot.applications4android.tictactoe.core.Player.java
com.blogspot.applications4android.tictactoe.core.Players.java
com.blogspot.applications4android.tictactoe.core.Position.java
com.blogspot.applications4android.tictactoe.exceptions.BadStringException.java
com.blogspot.applications4android.tictactoe.exceptions.PlayerException.java