Game sheep and wolfs for android. AI released..
sheep-and-wolfs is hosted in the following web site
https://github.com/Erzer/sheep-and-wolfs
If you think the Android project sheep-and-wolfs 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 sheep-and-wolfs.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-support-v4.jar |
There are 2 image files in sheep-and-wolfs. The names of the image files are listed as follows.
ic_action_av_replay.png ic_navigation_drawer.png
The following screenshort is generated from the image listed above.
sheep-and-wolfs has the following Java source files.
com.polonium.sheepandwolfes.GameFragment.java com.polonium.sheepandwolfes.MenuActivity.java com.polonium.sheepandwolfes.entity.data.Tree.java com.polonium.sheepandwolfes.entity.field.GameField.java com.polonium.sheepandwolfes.entity.field.Node.java com.polonium.sheepandwolfes.entity.game.GameState.java com.polonium.sheepandwolfes.entity.game.PlayerSwitcher.java com.polonium.sheepandwolfes.entity.player.OnMakeMoveListener.java com.polonium.sheepandwolfes.entity.player.Player.java com.polonium.sheepandwolfes.entity.player.PlayerFactory.java com.polonium.sheepandwolfes.entity.player.SheepAICrazy.java com.polonium.sheepandwolfes.entity.player.SheepHuman.java com.polonium.sheepandwolfes.entity.player.SheepPlayerFactory.java com.polonium.sheepandwolfes.entity.player.UniversalAIMinimax.java com.polonium.sheepandwolfes.entity.player.UniversalAIMinimaxAlphaBeta.java com.polonium.sheepandwolfes.entity.player.UniversalAIMinimaxRandomBest.java com.polonium.sheepandwolfes.entity.player.WolfsHuman.java com.polonium.sheepandwolfes.entity.player.WolfsPlayerFactory.java com.polonium.sheepandwolfes.views.GameFieldView.java com.polonium.sheepandwolfes.views.OnAnimationListener.java