Tic Tac Toe android game developed for Summer 2014 Intro to Android Programming course at Rowan University..
Android-TicTacToe is hosted in the following web site
https://github.com/chrismeyers/Android-TicTacToe
If you think the Android project Android-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 Android-TicTacToe.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 11 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\swish.mp3 res\raw\sword.mp3 |
There are 8 image files in Android-TicTacToe. The names of the image files are listed as follows.
difficulty_level.png new_game.png o_img.png quit_game.png reset.png tictactoe.png tictactoe_menu.png x_img.png
The following screenshort is generated from the image listed above.
Android-TicTacToe has the following Java source files.
edu.meyers.BoardView.java edu.meyers.ColorPickerDialog.java edu.meyers.Settings.java edu.meyers.TicTacToeActivity.java edu.meyers.TicTacToeGame.java