实例介绍
这时本人的毕业项目,所有需要的都已上传,基于Android平台,可直接导入eclipse,也可把项目中的apk文件导入手机运行,游戏类项目、代码量一般、游戏关卡却极多,许多代码都有我的注释,可以自己加以修改,拓展性强,应付毕业绰绰有余。(一些文档过多如过程管理手册、测试文档就没有发)
【实例截图】
【核心代码】
毕业设计
└── 毕业设计
├── 毕业论文.doc
├── 测试报告.docx
├── 源代码
│ ├── AndroidManifest.xml
│ ├── bin
│ │ ├── AndroidManifest.xml
│ │ ├── classes
│ │ │ └── com
│ │ │ └── kd
│ │ │ └── grabandcut
│ │ │ └── menu
│ │ │ ├── BuildConfig.class
│ │ │ ├── level
│ │ │ │ ├── BitmapProvider.class
│ │ │ │ ├── DBHistory.class
│ │ │ │ ├── GameHistory.class
│ │ │ │ ├── Level10.class
│ │ │ │ ├── Level11.class
│ │ │ │ ├── Level12.class
│ │ │ │ ├── Level13.class
│ │ │ │ ├── Level14.class
│ │ │ │ ├── Level15.class
│ │ │ │ ├── Level16.class
│ │ │ │ ├── Level17.class
│ │ │ │ ├── Level18.class
│ │ │ │ ├── Level1.class
│ │ │ │ ├── Level2.class
│ │ │ │ ├── Level3.class
│ │ │ │ ├── Level4.class
│ │ │ │ ├── Level5.class
│ │ │ │ ├── Level6.class
│ │ │ │ ├── Level7.class
│ │ │ │ ├── Level8.class
│ │ │ │ ├── Level9.class
│ │ │ │ ├── Level.class
│ │ │ │ ├── PhysicsWorld$1.class
│ │ │ │ ├── PhysicsWorld.class
│ │ │ │ ├── Screen.class
│ │ │ │ ├── Sound.class
│ │ │ │ ├── SoundManager.class
│ │ │ │ ├── SynchronizeMusic.class
│ │ │ │ ├── TestGame$1.class
│ │ │ │ └── TestGame.class
│ │ │ ├── LevelScreen$1.class
│ │ │ ├── LevelScreen$2.class
│ │ │ ├── LevelScreen$ImageAdapter.class
│ │ │ ├── LevelScreen.class
│ │ │ ├── MainScreen$2.class
│ │ │ ├── MainScreen$3.class
│ │ │ ├── MainScreen$4.class
│ │ │ ├── MainScreen.class
│ │ │ ├── OptionMenuScreen$1.class
│ │ │ ├── OptionMenuScreen$2.class
│ │ │ ├── OptionMenuScreen$3.class
│ │ │ ├── OptionMenuScreen$4.class
│ │ │ ├── OptionMenuScreen.class
│ │ │ ├── R$anim.class
│ │ │ ├── R$attr.class
│ │ │ ├── R$drawable.class
│ │ │ ├── R$id.class
│ │ │ ├── R$layout.class
│ │ │ ├── R$raw.class
│ │ │ ├── R$string.class
│ │ │ ├── R$style.class
│ │ │ ├── R.class
│ │ │ ├── SplashScreen$splashhandler.class
│ │ │ └── SplashScreen.class
│ │ ├── classes.dex
│ │ ├── dexedLibs
│ │ │ ├── googleadmobadssdk-6.0.1-13d7ba4e3c9985973426a667c40f2aa0.jar
│ │ │ └── jbox2d-2.0.1-full-5ad8839b9ff72455e9f3e832d12500f6.jar
│ │ ├── jarlist.cache
│ │ ├── javaapk.com-SplashScreen.apk
│ │ ├── libs
│ │ │ └── googleadmobadssdk-6.0.1.jar
│ │ ├── res
│ │ │ └── crunch
│ │ │ ├── drawable
│ │ │ │ ├── af.png
│ │ │ │ ├── ag.png
│ │ │ │ ├── ak.png
│ │ │ │ ├── a.png
│ │ │ │ ├── aw.png
│ │ │ │ ├── ay.png
│ │ │ │ ├── az.png
│ │ │ │ ├── bubble.png
│ │ │ │ ├── bubblewithchar.png
│ │ │ │ ├── button.png
│ │ │ │ ├── button_tapped.png
│ │ │ │ ├── cloud1.png
│ │ │ │ ├── cloud2.png
│ │ │ │ ├── cloud3.png
│ │ │ │ ├── cloud4.png
│ │ │ │ ├── coffin_open.png
│ │ │ │ ├── coffin.png
│ │ │ │ ├── exitgame1.png
│ │ │ │ ├── exitgame.png
│ │ │ │ ├── icon.png
│ │ │ │ ├── level_1_star.png
│ │ │ │ ├── level_2_star.png
│ │ │ │ ├── level_3_star.png
│ │ │ │ ├── level_unlocked.png
│ │ │ │ ├── moon2.png
│ │ │ │ ├── pause_game1.png
│ │ │ │ ├── pause_game.png
│ │ │ │ ├── play_game.png
│ │ │ │ ├── restart1.png
│ │ │ │ ├── restart.png
│ │ │ │ ├── sample_1.png
│ │ │ │ ├── sample_2.png
│ │ │ │ ├── splash.png
│ │ │ │ ├── t0.png
│ │ │ │ ├── t12.png
│ │ │ │ ├── t13.png
│ │ │ │ ├── t14.png
│ │ │ │ ├── t1.png
│ │ │ │ ├── t2.png
│ │ │ │ ├── t3.png
│ │ │ │ ├── t4.png
│ │ │ │ ├── untitled1.png
│ │ │ │ ├── untitled2.png
│ │ │ │ ├── untitled3.png
│ │ │ │ ├── untitled4.png
│ │ │ │ ├── untitled5.png
│ │ │ │ ├── voot1.png
│ │ │ │ ├── voot2.png
│ │ │ │ ├── voot3.png
│ │ │ │ ├── voot4.png
│ │ │ │ ├── voote1.png
│ │ │ │ ├── voote2.png
│ │ │ │ ├── voote3.png
│ │ │ │ └── voote4.png
│ │ │ ├── drawable-hdpi
│ │ │ │ └── icon.png
│ │ │ ├── drawable-ldpi
│ │ │ │ └── icon.png
│ │ │ └── drawable-mdpi
│ │ │ └── icon.png
│ │ └── resources.ap_
│ ├── gen
│ │ └── com
│ │ └── kd
│ │ └── grabandcut
│ │ └── menu
│ │ ├── BuildConfig.java
│ │ └── R.java
│ ├── libs
│ │ ├── googleadmobadssdk-6.0.1.jar
│ │ └── jbox2d-2.0.1-full.jar
│ ├── proguard.cfg
│ ├── project.properties
│ ├── README.md
│ ├── res
│ │ ├── anim
│ │ │ ├── appear.xml
│ │ │ └── disappear.xml
│ │ ├── drawable
│ │ │ ├── abc.jpg
│ │ │ ├── ab.jpg
│ │ │ ├── af.png
│ │ │ ├── ag.png
│ │ │ ├── ak.png
│ │ │ ├── a.png
│ │ │ ├── aw.png
│ │ │ ├── ay.png
│ │ │ ├── az.png
│ │ │ ├── bubble.png
│ │ │ ├── bubblewithchar.png
│ │ │ ├── button.png
│ │ │ ├── button_tapped.png
│ │ │ ├── cloud1.png
│ │ │ ├── cloud3.png
│ │ │ ├── cloud4.png
│ │ │ ├── coffin_open.png
│ │ │ ├── coffin.png
│ │ │ ├── exitgame1.png
│ │ │ ├── exitgame.png
│ │ │ ├── icon.png
│ │ │ ├── level_1_star.png
│ │ │ ├── level_2_star.png
│ │ │ ├── level_3_star.png
│ │ │ ├── level_unlocked.png
│ │ │ ├── moon2.png
│ │ │ ├── pause_game1.png
│ │ │ ├── pause_game.png
│ │ │ ├── play_game.png
│ │ │ ├── restart1.png
│ │ │ ├── restart.png
│ │ │ ├── sample_1.png
│ │ │ ├── sample_2.png
│ │ │ ├── splash.png
│ │ │ ├── t0.png
│ │ │ ├── t12.png
│ │ │ ├── t13.png
│ │ │ ├── t14.png
│ │ │ ├── t1.png
│ │ │ ├── t2.png
│ │ │ ├── t3.png
│ │ │ ├── t4.png
│ │ │ ├── untitled1.png
│ │ │ ├── untitled2.png
│ │ │ ├── untitled3.png
│ │ │ ├── untitled4.png
│ │ │ ├── untitled5.png
│ │ │ ├── voot1.png
│ │ │ ├── voot2.png
│ │ │ ├── voot3.png
│ │ │ ├── voot4.png
│ │ │ ├── voote1.png
│ │ │ ├── voote2.png
│ │ │ ├── voote3.png
│ │ │ └── voote4.png
│ │ ├── drawable-hdpi
│ │ │ └── icon.png
│ │ ├── drawable-ldpi
│ │ │ └── icon.png
│ │ ├── drawable-mdpi
│ │ │ └── icon.png
│ │ ├── layout
│ │ │ ├── levelscreen.xml
│ │ │ ├── mainscreen.xml
│ │ │ ├── optionscreen.xml
│ │ │ └── splash.xml
│ │ └── values
│ │ ├── strings.xml
│ │ └── styles.xml
│ └── src
│ └── com
│ └── kd
│ └── grabandcut
│ └── menu
│ ├── level
│ │ ├── BitmapProvider.java
│ │ ├── DBHistory.java
│ │ ├── GameHistory.java
│ │ ├── Level10.java
│ │ ├── Level11.java
│ │ ├── Level12.java
│ │ ├── Level13.java
│ │ ├── Level14.java
│ │ ├── Level15.java
│ │ ├── Level16.java
│ │ ├── Level17.java
│ │ ├── Level18.java
│ │ ├── Level1.java
│ │ ├── Level2.java
│ │ ├── Level3.java
│ │ ├── Level4.java
│ │ ├── Level5.java
│ │ ├── Level6.java
│ │ ├── Level7.java
│ │ ├── Level8.java
│ │ ├── Level9.java
│ │ ├── Level.java
│ │ ├── PhysicsWorld.java
│ │ ├── Screen.java
│ │ ├── Sound.java
│ │ ├── SoundManager.java
│ │ ├── SynchronizeMusic.java
│ │ └── TestGame.java
│ ├── LevelScreen.java
│ ├── MainScreen.java
│ ├── OptionMenuScreen.java
│ └── SplashScreen.java
└── 用户使用手册.docx
37 directories, 229 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论