a simple game for android platform..
TicTacToe is hosted in the following web site
https://github.com/univasity/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 | 7 |
Supported screen sizes | [enldpi, mdpi, zhldpi] |
Minimum SDK Version | 8 |
Activity Count | 3 |
There are 12 image files in TicTacToe. The names of the image files are listed as follows.
board_bg.9.png circle.png cross.png line_h1.9.png line_h2.9.png line_h3.9.png line_lcross.9.png line_rcross.9.png line_v1.9.png line_v2.9.png line_v3.9.png menu_bg.png
The following screenshort is generated from the image listed above.
TicTacToe has the following Java source files.
com.game.tictactoe.Board.java com.game.tictactoe.Define.java com.game.tictactoe.GameActivity.java com.game.tictactoe.MenuActivity.java com.game.tictactoe.MyBoard.java com.game.tictactoe.SplashActivity.java com.game.tictactoe.Utils.java