2D game for android platform in tower defence genre. Realized with AndEngine free open source project..
YetAnotherTD is hosted in the following web site
https://github.com/3mph4515/YetAnotherTD
If you think the Android project YetAnotherTD 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 YetAnotherTD.
Item | Value |
---|---|
Java File Count | 15 |
Target SDK Version | 15 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.READ_PHONE_STATE android.permission.VIBRATE android.permission.WAKE_LOCK |
Asset File Names | assets\font\BitmapFont.fnt assets\font\BitmapFont.png assets\font\BitmapFontWithKerning.fnt assets\font\BitmapFontWithKerning.png assets\font\Droid.ttf assets\font\KingdomOfHearts.ttf assets\font\LCD.ttf assets\font\NeverwinterNights.ttf assets\font\Plok.ttf assets\font\UnrealTournament.ttf assets\gfx\background_grass.png assets\gfx\game\background_grass.png assets\gfx\game\banana_b.png assets\gfx\game\banana_g.png assets\gfx\game\banana_y.png assets\gfx\game\basepoint.png assets\gfx\game\defeat.png assets\gfx\game\enemy.png assets\gfx\game\enemy2.png assets\gfx\game\icon_infantry.png assets\gfx\game\icon_magician.png assets\gfx\game\mob.png assets\gfx\game\option_sell.png assets\gfx\game\option_upgrade.png assets\gfx\game\round.png assets\gfx\game\tower_infantry.png assets\gfx\game\tower_magician.png assets\gfx\game\waypoint.png assets\gfx\game\win.png assets\gfx\menu\menu_background.png assets\gfx\menu\options_button.png assets\gfx\menu\play_button.png assets\gfx\splash.png assets\gfx\spritesheets\texturepackerexample.pvr.ccz assets\gfx\spritesheets\texturepackerexample.xml assets\gfx\texturecompositing\alphamask.png assets\gfx\texturecompositing\balloon.png assets\gfx\texturecompositing\zynga.png assets\level\example.lvl assets\mfx\explosion.ogg assets\mfx\game_over.ogg assets\mfx\lepeltheme.mod assets\mfx\munch.ogg assets\mfx\wagner_the_ride_of_the_valkyries.ogg assets\tmx\desert.tmx assets\tmx\desert.tsx assets\tmx\desert_with_tsx_tileset.tmx |
YetAnotherTD has the following Java source files.
com.example.andenginesample.BasePoint.java com.example.andenginesample.BaseScene.java com.example.andenginesample.Enemy.java com.example.andenginesample.GameActivity.java com.example.andenginesample.GameScene.java com.example.andenginesample.LevelOne.java com.example.andenginesample.LoadingScene.java com.example.andenginesample.MainMenuScene.java com.example.andenginesample.Projectile.java com.example.andenginesample.ResourcesManager.java com.example.andenginesample.SceneManager.java com.example.andenginesample.SplashScene.java com.example.andenginesample.TestBullet.java com.example.andenginesample.Tower.java com.example.andenginesample.WayPoint.java