Android Open Source - Game zombie zombie






Project Summary

Human vs Zombie tactics game. Turn based strategy..

Web Site / Source Repository

zombie is hosted in the following web site
https://github.com/mholtkamp/zombie

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

ItemValue
Java File Count11
Target SDK Version17
Minimum SDK Version5
Activity Count1
jar files usedgdx-backend-android-sources.jar
gdx-backend-android.jar
gdx-backend-lwjgl-natives.jar
gdx-backend-lwjgl-sources.jar
gdx-backend-lwjgl.jar
gdx-natives.jar
gdx-sources.jar
gdx.jar
Asset File Namesassets\data\cells\CellOutline.png
assets\data\cells\FloorCell.png
assets\data\cells\MoveCell.png
assets\data\cells\RockCell.png
assets\data\cells\SelectCell.png
assets\data\humans\Human.png




Java Source Files

zombie has the following Java source files.

com.zombie.cell.Cell.java
com.zombie.cell.FloorCell.java
com.zombie.cell.RockCell.java
com.zombie.core.Battle.java
com.zombie.core.Main.java
com.zombie.core.MainActivity.java
com.zombie.core.ZombieMain.java
com.zombie.human.Human.java
com.zombie.human.Unit.java
com.zombie.map.Map.java
com.zombie.util.CameraController.java