Simple Android game implemented with libgdx..
tictactoe is hosted in the following web site
https://github.com/iluwatar/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 | 23 |
Supported screen sizes | [mdpi, ldpi, hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 5 |
Activity Count | 1 |
jar files used | gdx-backend-android-sources.jar gdx-backend-android.jar gdx-backend-gwt-sources.jar gdx-backend-gwt.jar gdx-backend-lwjgl-natives.jar gdx-backend-lwjgl-sources.jar gdx-backend-lwjgl.jar gdx-natives.jar gdx-sources.jar gdx-sources.jar gdx.jar gdx.jar gwt-servlet.jar |
Asset File Names | assets\data\bg.png assets\data\menu.png assets\data\o.png assets\data\x.png |
There are 1 image files in tictactoe. The names of the image files are listed as follows.
xox.png
The following screenshort is generated from the image listed above.
tictactoe has the following Java source files.
com.iluwatar.tictactoe.BaseMove.java com.iluwatar.tictactoe.BaseOpponent.java com.iluwatar.tictactoe.BlockForkMove.java com.iluwatar.tictactoe.BlockMove.java com.iluwatar.tictactoe.EasyOpponent.java com.iluwatar.tictactoe.ForkMove.java com.iluwatar.tictactoe.HardOpponent.java com.iluwatar.tictactoe.Main.java com.iluwatar.tictactoe.MainActivity.java com.iluwatar.tictactoe.MediumOpponent.java com.iluwatar.tictactoe.Point.java com.iluwatar.tictactoe.RandomMove.java com.iluwatar.tictactoe.ScreenCallback.java com.iluwatar.tictactoe.TicTacToeBaseScreen.java com.iluwatar.tictactoe.TicTacToeBoardState.java com.iluwatar.tictactoe.TicTacToeGame.java com.iluwatar.tictactoe.TicTacToeGameState.java com.iluwatar.tictactoe.TicTacToeMenuScreen.java com.iluwatar.tictactoe.TicTacToePlayScreen.java com.iluwatar.tictactoe.TicTacToeResultsScreen.java com.iluwatar.tictactoe.TicTacToeUtils.java com.iluwatar.tictactoe.WinMove.java com.iluwatar.tictactoe.client.GwtLauncher.java