Download Free code UnSkooled Text Adventure Engine
Description
The goal of this project is to develop a flexible and powerful text adventure game engine for the android platform.
Icons
Source Files
The download file UnSkooled-Text-Adventure-Engine-master.zip has the following entries.
.gitignore//from w w w. ja va2 s. co m
LICENCE.txt
README.md
UnSkooled Text Level Designer/.classpath
UnSkooled Text Level Designer/.project
UnSkooled Text Level Designer/forms-1.3.0.jar
UnSkooled Text Level Designer/src/unSkooledEngine/text/designer/ItemPanel.java
UnSkooled Text Level Designer/src/unSkooledEngine/text/designer/ItemsPanel.java
UnSkooled Text Level Designer/src/unSkooledEngine/text/designer/MainWindow.java
UnSkooled Text Test/.checkstyle
UnSkooled Text Test/.classpath
UnSkooled Text Test/.project
UnSkooled Text Test/AndroidManifest.xml
UnSkooled Text Test/proguard-project.txt
UnSkooled Text Test/project.properties
UnSkooled Text Test/res/drawable-hdpi/ic_launcher.png
UnSkooled Text Test/res/drawable-hdpi/room.png
UnSkooled Text Test/res/drawable-ldpi/ic_launcher.png
UnSkooled Text Test/res/drawable-mdpi/ic_launcher.png
UnSkooled Text Test/res/drawable-xhdpi/ic_launcher.png
UnSkooled Text Test/res/layout/main.xml
UnSkooled Text Test/res/raw/level.xml
UnSkooled Text Test/res/values/strings.xml
UnSkooled Text Test/src/org/unSkooledEngine/TextTest/TextTestActivity.java
UnSkooled Text/.checkstyle
UnSkooled Text/.classpath
UnSkooled Text/.project
UnSkooled Text/src/unSkooledEngine/text/Character.java
UnSkooled Text/src/unSkooledEngine/text/ItemContainer.java
UnSkooled Text/src/unSkooledEngine/text/NPC.java
UnSkooled Text/src/unSkooledEngine/text/Room.java
UnSkooled Text/src/unSkooledEngine/text/actions/BaseAction.java
UnSkooled Text/src/unSkooledEngine/text/actions/ChangeRoomAction.java
UnSkooled Text/src/unSkooledEngine/text/actions/EmptyItemContainer.java
UnSkooled Text/src/unSkooledEngine/text/actions/FightAction.java
UnSkooled Text/src/unSkooledEngine/text/actions/SearchAction.java
UnSkooled Text/src/unSkooledEngine/text/actions/SearchItemContainer.java
UnSkooled Text/src/unSkooledEngine/text/actions/TalkAction.java
UnSkooled Text/src/unSkooledEngine/text/items/BaseItem.java
UnSkooled Text/src/unSkooledEngine/text/items/HealthPotion.java
UnSkooled Text/src/unSkooledEngine/text/items/ItemType.java
UnSkooled Text/src/unSkooledEngine/text/items/SimpleArmor.java
UnSkooled Text/src/unSkooledEngine/text/items/SimpleWeapon.java
UnSkooled Text/src/unSkooledEngine/text/level/GlobalResources.java
UnSkooled Text/src/unSkooledEngine/text/level/LevelLoader.java
UnSkooled Text/src/unSkooledEngine/text/level/ParsedContainer.java
UnSkooled Text/src/unSkooledEngine/text/level/ParsedItem.java
UnSkooled Text/src/unSkooledEngine/text/level/ParsedLink.java
UnSkooled Text/src/unSkooledEngine/text/level/ParsedNpc.java
UnSkooled Text/src/unSkooledEngine/text/level/ParsedRoom.java
UnSkooled Text/src/unSkooledEngine/text/level/XmlLevelParseException.java
Download
Click the following link to download UnSkooled-Text-Adventure-Engine-master.zip.
UnSkooled-Text-Adventure-Engine-master.zipHome »
Android Free Code »
Game »
Android Free Code »
Game »