Android Open Source - Game platform TicTacToe






Project Summary

a simple game for android platform..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TicTacToe.

ItemValue
Java File Count7
Supported screen sizes[enldpi, mdpi, zhldpi]
Minimum SDK Version8
Activity Count3

Resource Files

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.

null




Java Source Files

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