Tic tac toe app to demo android dev.
tictactoe is hosted in the following web site
https://github.com/Shaelyn-Watson/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 | 3 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 16 |
Minimum SDK Version | 11 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\computer_move.mp3 res\raw\computer_win.mp3 res\raw\human_move.mp3 res\raw\human_win.mp3 res\raw\tie_game.mp3 |
There are 10 image files in tictactoe. The names of the image files are listed as follows.
about_app.png about_image.png difficulty_level.png ic_action_search.png new_game_image.png o.png quit_game_image.png scoreboard.png tictactoeicon.png x.png
The following screenshort is generated from the image listed above.
tictactoe has the following Java source files.
scottmd3.tictactoe.AndroidTicTacToe.java scottmd3.tictactoe.BoardView.java scottmd3.tictactoe.TicTacToeGame.java