Android Open Source - Libgdx game tictactoe






Project Summary

Simple Android game implemented with libgdx..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of tictactoe.

ItemValue
Java File Count23
Supported screen sizes[mdpi, ldpi, hdpi]
Target SDK Version17
Minimum SDK Version5
Activity Count1
jar files usedgdx-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 Namesassets\data\bg.png
assets\data\menu.png
assets\data\o.png
assets\data\x.png




Resource Files

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.

null

Java Source Files

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