文件名称:ZqpGame
介绍说明--下载内容来自于网络,使用问题请自行百度
android版本下的一个小游戏,代码简洁,供学习的参考-android version of the game under a small, simple code for reference for learning
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ZqpGame/ZqpGame/.classpath
ZqpGame/ZqpGame/.project
ZqpGame/ZqpGame/AndroidManifest.xml
ZqpGame/ZqpGame/default.properties
ZqpGame/ZqpGame/gen/com/gzqp/R.java
ZqpGame/ZqpGame/res/drawable-hdpi/icon.png
ZqpGame/ZqpGame/res/drawable-ldpi/icon.png
ZqpGame/ZqpGame/res/drawable-mdpi/allempty.png
ZqpGame/ZqpGame/res/drawable-mdpi/article.png
ZqpGame/ZqpGame/res/drawable-mdpi/attack01.png
ZqpGame/ZqpGame/res/drawable-mdpi/bamboo.png
ZqpGame/ZqpGame/res/drawable-mdpi/chengshi.png
ZqpGame/ZqpGame/res/drawable-mdpi/daotian.png
ZqpGame/ZqpGame/res/drawable-mdpi/direction.png
ZqpGame/ZqpGame/res/drawable-mdpi/door.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy01.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy01_dead.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy01_melee.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy02.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy02_dead.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy02_melee.png
ZqpGame/ZqpGame/res/drawable-mdpi/expfill.png
ZqpGame/ZqpGame/res/drawable-mdpi/flower_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/flower_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/grass_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/grass_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/head.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01_dead.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01_melee01.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01_melee02.png
ZqpGame/ZqpGame/res/drawable-mdpi/hp01.bmp
ZqpGame/ZqpGame/res/drawable-mdpi/hua1.png
ZqpGame/ZqpGame/res/drawable-mdpi/hua2.png
ZqpGame/ZqpGame/res/drawable-mdpi/icearrow.png
ZqpGame/ZqpGame/res/drawable-mdpi/icon.png
ZqpGame/ZqpGame/res/drawable-mdpi/lifeempty01.png
ZqpGame/ZqpGame/res/drawable-mdpi/lifefill.png
ZqpGame/ZqpGame/res/drawable-mdpi/lifefill01.png
ZqpGame/ZqpGame/res/drawable-mdpi/magicfill.png
ZqpGame/ZqpGame/res/drawable-mdpi/menubg.png
ZqpGame/ZqpGame/res/drawable-mdpi/mp01.bmp
ZqpGame/ZqpGame/res/drawable-mdpi/muzhuang.png
ZqpGame/ZqpGame/res/drawable-mdpi/progress01.png
ZqpGame/ZqpGame/res/drawable-mdpi/progress02.gif
ZqpGame/ZqpGame/res/drawable-mdpi/road_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/road_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/stake_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/stake_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/tree_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/tree_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/welcome.png
ZqpGame/ZqpGame/res/raw/backinfo.mid
ZqpGame/ZqpGame/res/raw/heroattack01.ogg
ZqpGame/ZqpGame/res/raw/menu.ogg
ZqpGame/ZqpGame/res/raw/monsterattack01.ogg
ZqpGame/ZqpGame/res/raw/monsterbeattack01.ogg
ZqpGame/ZqpGame/res/raw/welcome.ogg
ZqpGame/ZqpGame/res/values/arrays.xml
ZqpGame/ZqpGame/res/values/color.xml
ZqpGame/ZqpGame/res/values/strings.xml
ZqpGame/ZqpGame/src/com/gzqp/activity/GameActivity.java
ZqpGame/ZqpGame/src/com/gzqp/entity/Hero.java
ZqpGame/ZqpGame/src/com/gzqp/entity/Injurant.java
ZqpGame/ZqpGame/src/com/gzqp/entity/MapDrawable.java
ZqpGame/ZqpGame/src/com/gzqp/entity/Monster.java
ZqpGame/ZqpGame/src/com/gzqp/game/GameView.java
ZqpGame/ZqpGame/src/com/gzqp/game/Sprite.java
ZqpGame/ZqpGame/src/com/gzqp/game/SpriteThread.java
ZqpGame/ZqpGame/src/com/gzqp/logic/BitmapManager.java
ZqpGame/ZqpGame/src/com/gzqp/logic/GameData.java
ZqpGame/ZqpGame/src/com/gzqp/logic/Layer.java
ZqpGame/ZqpGame/src/com/gzqp/logic/LayerList.java
ZqpGame/ZqpGame/src/com/gzqp/logic/MapData.java
ZqpGame/ZqpGame/src/com/gzqp/logic/ThreadManager.java
ZqpGame/ZqpGame/src/com/gzqp/thread/BackGroundInfoViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/HeroGoThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/InjurantGoThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/LoadingViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/MainViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/MenuViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/MonsterGoThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/WelcomeViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/util/ConstantUtil.java
ZqpGame/ZqpGame/src/com/gzqp/util/GifDecoder.java
ZqpGame/ZqpGame/src/com/gzqp/util/GifFrame.java
ZqpGame/ZqpGame/src/com/gzqp/util/Graphics.java
ZqpGame/ZqpGame/src/com/gzqp/view/BackGroundInfoView.java
ZqpGame/ZqpGame/src/com/gzqp/view/LoadingView.java
ZqpGame/ZqpGame/src/com/gzqp/view/MainView.java
ZqpGame/ZqpGame/src/com/gzqp/view/MenuView.java
ZqpGame/ZqpGame/src/com/gzqp/view/WelcomeView.java
ZqpGame/ZqpGame/src/com/gzqp/activity
ZqpGame/ZqpGame/src/com/gzqp/entity
ZqpGame/ZqpGame/src/com/gzqp/game
ZqpGame/ZqpGame/src/com/gzqp/logic
ZqpGame/ZqpGame/src/com/gzqp/thread
ZqpGame/ZqpGame/src/com/gzqp/util
ZqpGame/ZqpGame/src/com/gzqp/view
ZqpGame/ZqpGame/gen/com/gzqp
ZqpGame/ZqpGame/src/com/gzqp
ZqpGame/ZqpGame/gen/com
ZqpGame/ZqpGame/res/drawable-hdpi
ZqpGame/ZqpGame/res/drawable-ldpi
ZqpGame/ZqpGame/res/drawable-mdpi
ZqpGame/ZqpGame/res/layout
ZqpGame/ZqpGame/res/raw
ZqpGame/ZqpGame/res/values
ZqpGame/ZqpGame/src/com
ZqpGame/ZqpGame/assets
ZqpGame/ZqpGame/bin
ZqpGame/ZqpGame/gen
ZqpGame/ZqpGame/res
ZqpGame/ZqpGame/src
ZqpGame/ZqpGame
ZqpGame
ZqpGame/ZqpGame/.project
ZqpGame/ZqpGame/AndroidManifest.xml
ZqpGame/ZqpGame/default.properties
ZqpGame/ZqpGame/gen/com/gzqp/R.java
ZqpGame/ZqpGame/res/drawable-hdpi/icon.png
ZqpGame/ZqpGame/res/drawable-ldpi/icon.png
ZqpGame/ZqpGame/res/drawable-mdpi/allempty.png
ZqpGame/ZqpGame/res/drawable-mdpi/article.png
ZqpGame/ZqpGame/res/drawable-mdpi/attack01.png
ZqpGame/ZqpGame/res/drawable-mdpi/bamboo.png
ZqpGame/ZqpGame/res/drawable-mdpi/chengshi.png
ZqpGame/ZqpGame/res/drawable-mdpi/daotian.png
ZqpGame/ZqpGame/res/drawable-mdpi/direction.png
ZqpGame/ZqpGame/res/drawable-mdpi/door.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy01.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy01_dead.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy01_melee.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy02.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy02_dead.png
ZqpGame/ZqpGame/res/drawable-mdpi/enemy02_melee.png
ZqpGame/ZqpGame/res/drawable-mdpi/expfill.png
ZqpGame/ZqpGame/res/drawable-mdpi/flower_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/flower_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/grass_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/grass_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/head.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01_dead.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01_melee01.png
ZqpGame/ZqpGame/res/drawable-mdpi/hero01_melee02.png
ZqpGame/ZqpGame/res/drawable-mdpi/hp01.bmp
ZqpGame/ZqpGame/res/drawable-mdpi/hua1.png
ZqpGame/ZqpGame/res/drawable-mdpi/hua2.png
ZqpGame/ZqpGame/res/drawable-mdpi/icearrow.png
ZqpGame/ZqpGame/res/drawable-mdpi/icon.png
ZqpGame/ZqpGame/res/drawable-mdpi/lifeempty01.png
ZqpGame/ZqpGame/res/drawable-mdpi/lifefill.png
ZqpGame/ZqpGame/res/drawable-mdpi/lifefill01.png
ZqpGame/ZqpGame/res/drawable-mdpi/magicfill.png
ZqpGame/ZqpGame/res/drawable-mdpi/menubg.png
ZqpGame/ZqpGame/res/drawable-mdpi/mp01.bmp
ZqpGame/ZqpGame/res/drawable-mdpi/muzhuang.png
ZqpGame/ZqpGame/res/drawable-mdpi/progress01.png
ZqpGame/ZqpGame/res/drawable-mdpi/progress02.gif
ZqpGame/ZqpGame/res/drawable-mdpi/road_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/road_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/stake_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/stake_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/tree_1.png
ZqpGame/ZqpGame/res/drawable-mdpi/tree_2.png
ZqpGame/ZqpGame/res/drawable-mdpi/welcome.png
ZqpGame/ZqpGame/res/raw/backinfo.mid
ZqpGame/ZqpGame/res/raw/heroattack01.ogg
ZqpGame/ZqpGame/res/raw/menu.ogg
ZqpGame/ZqpGame/res/raw/monsterattack01.ogg
ZqpGame/ZqpGame/res/raw/monsterbeattack01.ogg
ZqpGame/ZqpGame/res/raw/welcome.ogg
ZqpGame/ZqpGame/res/values/arrays.xml
ZqpGame/ZqpGame/res/values/color.xml
ZqpGame/ZqpGame/res/values/strings.xml
ZqpGame/ZqpGame/src/com/gzqp/activity/GameActivity.java
ZqpGame/ZqpGame/src/com/gzqp/entity/Hero.java
ZqpGame/ZqpGame/src/com/gzqp/entity/Injurant.java
ZqpGame/ZqpGame/src/com/gzqp/entity/MapDrawable.java
ZqpGame/ZqpGame/src/com/gzqp/entity/Monster.java
ZqpGame/ZqpGame/src/com/gzqp/game/GameView.java
ZqpGame/ZqpGame/src/com/gzqp/game/Sprite.java
ZqpGame/ZqpGame/src/com/gzqp/game/SpriteThread.java
ZqpGame/ZqpGame/src/com/gzqp/logic/BitmapManager.java
ZqpGame/ZqpGame/src/com/gzqp/logic/GameData.java
ZqpGame/ZqpGame/src/com/gzqp/logic/Layer.java
ZqpGame/ZqpGame/src/com/gzqp/logic/LayerList.java
ZqpGame/ZqpGame/src/com/gzqp/logic/MapData.java
ZqpGame/ZqpGame/src/com/gzqp/logic/ThreadManager.java
ZqpGame/ZqpGame/src/com/gzqp/thread/BackGroundInfoViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/HeroGoThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/InjurantGoThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/LoadingViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/MainViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/MenuViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/MonsterGoThread.java
ZqpGame/ZqpGame/src/com/gzqp/thread/WelcomeViewThread.java
ZqpGame/ZqpGame/src/com/gzqp/util/ConstantUtil.java
ZqpGame/ZqpGame/src/com/gzqp/util/GifDecoder.java
ZqpGame/ZqpGame/src/com/gzqp/util/GifFrame.java
ZqpGame/ZqpGame/src/com/gzqp/util/Graphics.java
ZqpGame/ZqpGame/src/com/gzqp/view/BackGroundInfoView.java
ZqpGame/ZqpGame/src/com/gzqp/view/LoadingView.java
ZqpGame/ZqpGame/src/com/gzqp/view/MainView.java
ZqpGame/ZqpGame/src/com/gzqp/view/MenuView.java
ZqpGame/ZqpGame/src/com/gzqp/view/WelcomeView.java
ZqpGame/ZqpGame/src/com/gzqp/activity
ZqpGame/ZqpGame/src/com/gzqp/entity
ZqpGame/ZqpGame/src/com/gzqp/game
ZqpGame/ZqpGame/src/com/gzqp/logic
ZqpGame/ZqpGame/src/com/gzqp/thread
ZqpGame/ZqpGame/src/com/gzqp/util
ZqpGame/ZqpGame/src/com/gzqp/view
ZqpGame/ZqpGame/gen/com/gzqp
ZqpGame/ZqpGame/src/com/gzqp
ZqpGame/ZqpGame/gen/com
ZqpGame/ZqpGame/res/drawable-hdpi
ZqpGame/ZqpGame/res/drawable-ldpi
ZqpGame/ZqpGame/res/drawable-mdpi
ZqpGame/ZqpGame/res/layout
ZqpGame/ZqpGame/res/raw
ZqpGame/ZqpGame/res/values
ZqpGame/ZqpGame/src/com
ZqpGame/ZqpGame/assets
ZqpGame/ZqpGame/bin
ZqpGame/ZqpGame/gen
ZqpGame/ZqpGame/res
ZqpGame/ZqpGame/src
ZqpGame/ZqpGame
ZqpGame
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.