Description: Simple Tic tac toe game source code. Support two players and AI. Embedded Admob, demonstrates how to place ads on the application.
To Search:
File list (Check if you may need any files):
TicTacToe\.classpath
.........\.project
.........\.settings\org.eclipse.jdt.core.prefs
.........\AndroidManifest.xml
.........\bin\classes\com\esmad\tictactoe\AI.class
.........\...\.......\...\.....\.........\GridControl.class
.........\...\.......\...\.....\.........\Player.class
.........\...\.......\...\.....\.........\R$attr.class
.........\...\.......\...\.....\.........\R$drawable.class
.........\...\.......\...\.....\.........\R$id.class
.........\...\.......\...\.....\.........\R$layout.class
.........\...\.......\...\.....\.........\R$string.class
.........\...\.......\...\.....\.........\R.class
.........\...\.......\...\.....\.........\TicTacToeActivity$1.class
.........\...\.......\...\.....\.........\TicTacToeActivity$10.class
.........\...\.......\...\.....\.........\TicTacToeActivity$11.class
.........\...\.......\...\.....\.........\TicTacToeActivity$2.class
.........\...\.......\...\.....\.........\TicTacToeActivity$3.class
.........\...\.......\...\.....\.........\TicTacToeActivity$4.class
.........\...\.......\...\.....\.........\TicTacToeActivity$5.class
.........\...\.......\...\.....\.........\TicTacToeActivity$6.class
.........\...\.......\...\.....\.........\TicTacToeActivity$7.class
.........\...\.......\...\.....\.........\TicTacToeActivity$8.class
.........\...\.......\...\.....\.........\TicTacToeActivity$9.class
.........\...\.......\...\.....\.........\TicTacToeActivity.class
.........\gen\com\esmad\tictactoe\R.java
.........\ic_launcher-web.png
.........\libs\GoogleAdMobAdsSdk-4.3.1.jar
.........\proguard.cfg
.........\project.properties
.........\res\drawable\ic_launcher.png
.........\...\........\ttt_0.png
.........\...\........\ttt_1.png
.........\...\........\ttt_1p.png
.........\...\........\ttt_2.png
.........\...\........\ttt_2p.png
.........\...\........\ttt_3.png
.........\...\........\ttt_draw.png
.........\...\........\ttt_lv_easy.png
.........\...\........\ttt_lv_hard.png
.........\...\........\ttt_lv_nightmare.png
.........\...\........\ttt_powin.png
.........\...\........\ttt_pxwin.png
.........\...\........\ttt_quit.png
.........\...\........\ttt_reset.png
.........\...\........\ttt_restart.png
.........\...\........\ttt_selectlevel.png
.........\...\........\ttt_selectmode.png
.........\...\........\ttt_selectturn.png
.........\...\........\ttt_youlose.png
.........\...\........\ttt_youwin.png
.........\...\........-hdpi\ic_launcher.png
.........\...\.........ldpi\ic_launcher.png
.........\...\.........mdpi\ic_launcher.png
.........\...\.........xhdpi\ic_launcher.png
.........\...\layout-land\main.xml
.........\...\.......port\main.xml
.........\...\values\strings.xml
.........\src\com\esmad\tictactoe\AI.java
.........\...\...\.....\.........\GridControl.java
.........\...\...\.....\.........\Player.java
.........\...\...\.....\.........\TicTacToeActivity.java
.........\bin\classes\com\esmad\tictactoe
.........\...\.......\...\esmad
.........\gen\com\esmad\tictactoe
.........\src\com\esmad\tictactoe
.........\bin\classes\com
.........\gen\com\esmad
.........\src\com\esmad
.........\bin\classes
.........\...\res
.........\gen\com
.........\res\drawable
.........\...\drawable-hdpi
.........\...\drawable-ldpi
.........\...\drawable-mdpi
.........\...\drawable-xhdpi
.........\...\layout-land
.........\...\layout-port
.........\...\values
.........\src\com
.........\.settings
.........\assets
.........\bin
.........\gen
.........\libs
.........\res
.........\src
TicTacToe