Android Open Source - Game tictactoe TicTacToe






Project Summary

A TicTacToe app for Android. Work in progress..

Web Site / Source Repository

TicTacToe is hosted in the following web site
https://github.com/KingMarcin/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 Count11
Supported screen sizes[xhdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count6
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Resource Files

There are 3 image files in TicTacToe. The names of the image files are listed as follows.

cross.png
empty.png
nought.png

The following screenshort is generated from the image listed above.

null

Java Source Files

TicTacToe has the following Java source files.

com.burningman.tictactoe.AcceptConnection.java
com.burningman.tictactoe.Ai.java
com.burningman.tictactoe.Connect.java
com.burningman.tictactoe.Core.java
com.burningman.tictactoe.GameActivity.java
com.burningman.tictactoe.MainActivity.java
com.burningman.tictactoe.MultiplayerWelcome.java
com.burningman.tictactoe.NetworkService.java
com.burningman.tictactoe.Singleplayer.java