Android Open Source - Game small TillysTreehouse






Project Summary

This depository is for a small Android game I am making called Tilly's Treehouse..

Web Site / Source Repository

TillysTreehouse is hosted in the following web site
https://github.com/lalibelamonk/TillysTreehouse

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

ItemValue
Java File Count30
Target SDK Version21
Minimum SDK Version8
Activity Count2
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.VIBRATE
android.permission.WAKE_LOCK
android.permission.WRITE_EXTERNAL_STORAGE
Asset File Namesassets\Background.png
assets\CroppedTree.png
assets\Menu.png
assets\Monster1a.png
assets\Monster1b.png
assets\Warriors.mp3
assets\dagshead.jpg




Java Source Files

TillysTreehouse has the following Java source files.

com.example.firstproject.Assets.java
com.example.firstproject.GameScreen.java
com.example.firstproject.LoadingScreen.java
com.example.firstproject.MainMenuScreen.java
com.example.firstproject.Monster.java
com.example.firstproject.Monster1.java
com.example.firstproject.SampleGame.java
com.lalibelamonk.framework.Animation.java
com.lalibelamonk.framework.Audio.java
com.lalibelamonk.framework.FileIO.java
com.lalibelamonk.framework.Game.java
com.lalibelamonk.framework.Graphics.java
com.lalibelamonk.framework.Image.java
com.lalibelamonk.framework.Input.java
com.lalibelamonk.framework.Music.java
com.lalibelamonk.framework.Pool.java
com.lalibelamonk.framework.Screen.java
com.lalibelamonk.framework.Sound.java
com.lalibelamonk.framework.implementation.AndroidAudio.java
com.lalibelamonk.framework.implementation.AndroidFastRenderView.java
com.lalibelamonk.framework.implementation.AndroidFileIO.java
com.lalibelamonk.framework.implementation.AndroidGame.java
com.lalibelamonk.framework.implementation.AndroidGraphics.java
com.lalibelamonk.framework.implementation.AndroidImage.java
com.lalibelamonk.framework.implementation.AndroidInput.java
com.lalibelamonk.framework.implementation.AndroidMusic.java
com.lalibelamonk.framework.implementation.AndroidSound.java
com.lalibelamonk.framework.implementation.MultiTouchHandler.java
com.lalibelamonk.framework.implementation.SingleTouchHandler.java
com.lalibelamonk.framework.implementation.TouchHandler.java