Android game 3d tic-tac-toe using machine learning as AI.
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.
The following table is the detailed list of TicTacToeAdventure.
Item | Value |
---|---|
Java File Count | 31 |
Target SDK Version | 18 |
Minimum SDK Version | 8 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
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