TicTacToe using 2D drawing.
TicTacToe2D is hosted in the following web site
https://github.com/lukianol/TicTacToe2D
If you think the Android project TicTacToe2D 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 TicTacToe2D.
Item | Value |
---|---|
Java File Count | 16 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Minimum SDK Version | 5 |
Activity Count | 1 |
There are 3 image files in TicTacToe2D. The names of the image files are listed as follows.
about_game.png close.png new_game.png
The following screenshort is generated from the image listed above.
TicTacToe2D has the following Java source files.
lukianol.tictactoe.in2d.AboutCommand.java lukianol.tictactoe.in2d.ActivityCommand.java lukianol.tictactoe.in2d.ExitCommand.java lukianol.tictactoe.in2d.ICommand.java lukianol.tictactoe.in2d.ICommandFactory.java lukianol.tictactoe.in2d.NewGameCommand.java lukianol.tictactoe.in2d.TicTacToe2DActivity.java lukianol.tictactoe.in2d.drawing.DrawView.java lukianol.tictactoe.in2d.drawing.TextStrokeTileFactory.java