Android Open Source - Game ai sheep-and-wolfs






Project Summary

Game sheep and wolfs for android. AI released..

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of sheep-and-wolfs.

ItemValue
Java File Count20
Supported screen sizes[mdpi, xxhdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count1
Fragment Count2
jar files usedandroid-support-v4.jar




Resource Files

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.

null

Java Source Files

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