Android application repository.
AndroidGameXO is hosted in the following web site
https://github.com/Andrew2212/AndroidGameXO
If you think the Android project AndroidGameXO 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 AndroidGameXO.
Item | Value |
---|---|
Java File Count | 38 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi, nodpi] |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 5 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
Raw File Names | res\raw\beep.mp3 res\raw\beep_notify.mp3 res\raw\wilhelm_scream.mp3 |
There are 4 image files in AndroidGameXO. The names of the image files are listed as follows.
launcher_xo.png man_about.png sign_o.png sign_x.png
The following screenshort is generated from the image listed above.
AndroidGameXO has the following Java source files.
com.hqup.gamexo.AboutActivity.java com.hqup.gamexo.GameActivity.java com.hqup.gamexo.HomeActivity.java com.hqup.gamexo.PrefsActivity.java com.hqup.gamexo.RemoteActivity.java com.hqup.gamexo.ai.CoreGame.java com.hqup.gamexo.ai.IBrainAI.java com.hqup.gamexo.ai.IPlayerBot.java com.hqup.gamexo.ai.brutforceway.BrutforceAI.java com.hqup.gamexo.ai.brutforceway.Constructor.java com.hqup.gamexo.ai.brutforceway.Destructor.java com.hqup.gamexo.ai.brutforceway.GameOptions.java com.hqup.gamexo.ai.brutforceway.KeyCell.java com.hqup.gamexo.ai.gardnerway.FileMaster.java com.hqup.gamexo.ai.gardnerway.GameStatusChecker.java com.hqup.gamexo.ai.gardnerway.Gardner.java com.hqup.gamexo.ai.gardnerway.HistoryMaster.java com.hqup.gamexo.ai.gardnerway.MoveAdviser.java com.hqup.gamexo.ai.gardnerway.WriterComparator.java com.hqup.gamexo.ai.spareway.Spare.java com.hqup.gamexo.ai.utils.FieldMatrixConverter.java com.hqup.gamexo.ai.utils.GetterLastEnemyMove.java com.hqup.gamexo.ai.utils.LoggerAI.java com.hqup.gamexo.gamefield.EnumEnemy.java com.hqup.gamexo.gamefield.Game.java com.hqup.gamexo.gamefield.GameField.java com.hqup.gamexo.gamefield.GameFieldController.java com.hqup.gamexo.gamefield.GameView.java com.hqup.gamexo.gamefield.players.AsyncTaskerPlayerMove.java com.hqup.gamexo.gamefield.players.HandlerNotHumanLocalMove.java com.hqup.gamexo.gamefield.players.IPlayer.java com.hqup.gamexo.gamefield.players.PlayerBot.java com.hqup.gamexo.gamefield.players.PlayerHumanLocal.java com.hqup.gamexo.utils.Logger.java com.hqup.gamexo.utils.Sounder.java com.hqup.gamexo.utils.Toaster.java