Android Open Source - Game tictactoe TicTacToe






Project Summary

Android implementation of TicTacToe using MetaGame.

Web Site / Source Repository

TicTacToe is hosted in the following web site
https://github.com/tyoras/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 Count15
Target SDK Version17
Minimum SDK Version9
Activity Count2

Resource Files

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

ic_action_search.png
lib_bg.9.png
lib_circle.png
lib_cross.png

The following screenshort is generated from the image listed above.

null




Java Source Files

TicTacToe has the following Java source files.

yoan.game.tictactoe.activities.GameActivity.java
yoan.game.tictactoe.activities.GameView.java
yoan.game.tictactoe.activities.MainActivity.java
yoan.game.tictactoe.game.TttGame.java
yoan.game.tictactoe.game.constantes.ConstValues.java
yoan.game.tictactoe.game.context.GlobalContext.java
yoan.game.tictactoe.game.context.TttContext.java
yoan.game.tictactoe.game.engines.TttGameEngine.java
yoan.game.tictactoe.game.engines.TttGraphicEngine.java
yoan.game.tictactoe.game.engines.TttSoundEngine.java
yoan.game.tictactoe.game.engines.events.TttEngineEvent.java