CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发

文件名称:ZqpGame

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-10-16
  • 文件大小:
    1.78mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com