This is a simple Tic Tac Toe Android Application. It is single player (user is X's) that keeps a tally of wins and ties..
TicTacToeApp is hosted in the following web site
https://github.com/yhaile/TicTacToeApp
If you think the Android project TicTacToeApp 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 TicTacToeApp.
Item | Value |
---|---|
Java File Count | 3 |
Supported screen sizes | [hdpi] |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 1 |
TicTacToeApp has the following Java source files.
com.yonashaile.tictactoeapp.MainActivity.java com.yonashaile.tictactoeapp.OPointClass.java com.yonashaile.tictactoeapp.XPointClass.java