Download Free code TicTacToe Android
Description
Tic Tac Toe game for Android.
Icons
Source Files
The download file TicTacToeAndroid-master.zip has the following entries.
.gitignore// w ww . j ava2s . c o m
AndroidManifest.xml
README.markdown
default.properties
proguard.cfg
res/drawable-hdpi/icon.png
res/drawable-ldpi/icon.png
res/drawable-mdpi/icon.png
res/drawable/blue_piece.png
res/drawable/board.png
res/drawable/red_piece.png
res/layout/main.xml
res/values/strings.xml
src/com/tictactoe/BoardRenderer.java
src/com/tictactoe/BoardView.java
src/com/tictactoe/Game.java
src/com/tictactoe/GameBoard.java
src/com/tictactoe/Player.java
src/com/tictactoe/TicTacToeActivity.java
Download
Click the following link to download TicTacToeAndroid-master.zip.
TicTacToeAndroid-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »