Android Open Source - Game course hist-tictactoe






Project Summary

Game developed in the Android course at S?r-Tr?ndelag University College.

Web Site / Source Repository

hist-tictactoe is hosted in the following web site
https://github.com/martinp/hist-tictactoe

If you think the Android project hist-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 hist-tictactoe.

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 hist-tictactoe. 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

hist-tictactoe 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