Android Open Source - Game development Tic-Tac-Toe






Project Summary

An Android implemention of Tic-Tac-Toe made during a project in mobile application development at AITeL (The Faculty of Informatics and e-Learning, S?r-Tr?ndelag University College).

Web Site / Source Repository

Tic-Tac-Toe is hosted in the following web site
https://github.com/vegardoj/Tic-Tac-Toe

If you think the Android project Tic-Tac-Toe 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 Tic-Tac-Toe.

ItemValue
Java File Count12
Supported screen sizes[no, nb]
Minimum SDK Version8
Activity Count6
Required Permissionsandroid.permission.ACCESS_WIFI_STATE
android.permission.INTERNET




Resource Files

There are 30 image files in Tic-Tac-Toe. The names of the image files are listed as follows.

boardbg.9.png
circle.png
circlered.png
cross.png
crossblue.png
draw.png
easy.gif
easyselected.gif
hard.gif
hostgame.gif
hostgameselected.gif
joingame.gif
joingameselected.gif
medium.gif
multiplayer.gif
multiplayerselected.gif
network.gif
networkselected.gif
options.gif
optionsselected.gif
oturn.png
owins.png
playagain.gif
playagainselected.gif
sharedscreen.gif
sharedscreenselected.gif
singleplayer.gif
singleplayerselected.gif
xturn.png
xwins.png

The following screenshort is generated from the image listed above.

null




Java Source Files

Tic-Tac-Toe has the following Java source files.

no.hist.aitel.android.tictactoe.DifficultyActivity.java
no.hist.aitel.android.tictactoe.GameAI.java
no.hist.aitel.android.tictactoe.GameActivity.java
no.hist.aitel.android.tictactoe.GameBoard.java
no.hist.aitel.android.tictactoe.GameView.java
no.hist.aitel.android.tictactoe.InitActivity.java
no.hist.aitel.android.tictactoe.MultiplayerModeActivity.java
no.hist.aitel.android.tictactoe.NetworkActivity.java
no.hist.aitel.android.tictactoe.OptionsActivity.java
no.hist.aitel.android.tictactoe.Position.java