Android Open Source - Game draw TicTacToe2D






Project Summary

TicTacToe using 2D drawing.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of TicTacToe2D.

ItemValue
Java File Count16
Supported screen sizes[mdpi, ldpi, hdpi]
Minimum SDK Version5
Activity Count1

Resource Files

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.

null




Java Source Files

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