Android implementation of TicTacToe using MetaGame.
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.
The following table is the detailed list of TicTacToe.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 17 |
Minimum SDK Version | 9 |
Activity Count | 2 |
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.
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