Android Open Source - Game ai TicTacToeAdventure






Project Summary

Android game 3d tic-tac-toe using machine learning as AI.

Web Site / Source Repository

TicTacToeAdventure is hosted in the following web site
https://github.com/TigerSun86/TicTacToeAdventure

If you think the Android project TicTacToeAdventure 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 TicTacToeAdventure.

ItemValue
Java File Count31
Target SDK Version18
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE




Java Source Files

TicTacToeAdventure has the following Java source files.

com.TigerSun.Game.BackPropagation.java
com.TigerSun.Game.GameAnalyser.java
com.TigerSun.Game.GameProblem.java
com.TigerSun.Game.GameRecorder.java
com.TigerSun.Game.GameState.java
com.TigerSun.Game.Hypothesis.java
com.TigerSun.Game.Layer.java
com.TigerSun.Game.Learner.java
com.TigerSun.Game.LmsHypo.java
com.TigerSun.Game.NeuralNetwork.java
com.TigerSun.Game.PM.java
com.TigerSun.Game.PerformanceSystem.java
com.TigerSun.Game.Record.java
com.TigerSun.Game.Unit.java
com.TigerSun.MoveMaker.AlphaBetaPlayer.java
com.TigerSun.MoveMaker.MiniMaxNode.java
com.TigerSun.MoveMaker.MoveMaker.java
com.TigerSun.tictactoeadventure.BoardLines.java
com.TigerSun.tictactoeadventure.GameBoardDisplay.java
com.TigerSun.tictactoeadventure.MainActivity.java
com.TigerSun.tictactoeadventure.MySurfaceView.java
com.TigerSun.tictactoeadventure.RecordWriter.java
com.TigerSun.tictactoeadventure.TttAnalyser.java
com.TigerSun.tictactoeadventure.TttProblem.java
com.TigerSun.tictactoeadventure.TttState.java
com.TigerSun.tictactoeadventure.util.Dbg.java
com.TigerSun.tictactoeadventure.util.Line.java
com.TigerSun.tictactoeadventure.util.Position.java
com.TigerSun.tictactoeadventure.util.SystemUiHider.java
com.TigerSun.tictactoeadventure.util.SystemUiHiderBase.java
com.TigerSun.tictactoeadventure.util.SystemUiHiderHoneycomb.java