摘要:本游戏是Eclipse 环境下使用Java语言开发设计的安卓游戏《别踩白块》。论文首先对游戏开发的背景意义及现状进行描述;其次介绍了安卓,包括安卓的操作系统、系统结构、SQLite以及开发环境等方面;然后描述包括游戏的需求分析和可行性分析,画出游戏的功能图;接着重点介绍游戏的实现,包括登录注册、主界面、帮助界面、选择游戏模式、经典模式、极速模式、逆行模式、定时模式、定块模式的实现,并对部分代码进行详细说明;最后对游戏进行测试,提出开发过程中遇到的问题以及解决方法。79947
毕业论文关键词:别踩白块,安卓,eclipse,SQLite
Abstract:This game is the Eclipse environment using Java language development and design of the android game---"don't step on white block" 。The paper first game development background significance and the present situation is described; Secondly introduces the android, including the android operating system, system structure, SQLite and development environment and so on; Then describe the game needs analysis and feasibility analysis, draw the game function figure; Then focuses on the implementation of the game, including login register, main interface, help interface, select game mode, classic mode and speed mode, retrograde mode, timing mode, the realization of the block model, and the part of the code in detail; The final test on the game, put forward the problems in the development process and the solutions。
Keywords: don't step on white block, android, eclipse, SQLite
目 录
1 引言 5
1。1 游戏开发背景及现状 5
1。2 游戏开发意义与目标 5
2 Android简介 6
2。1 Android 操作系统介绍 6
2。2 Android 系统结构 6
2。3 数据库简要概述 7
2。4 图形与图像处理 7
2。5 Android项目 8
2。6 Android开发环境搭建 8
2。7 系统环境 9
3 系统的分析 10
3。1 需求分析 10
3。2 功能图 10
3。3 可行性分析 11
4 游戏实现 11
4。1 游戏主要功能介绍 11
4。2 经典模式说明 13
4。3 极速模式说明 14
4。4 逆行模式说明 15
4。5 定时模式说明 16
4。6 定块模式说明 17
4。7 部分功能的实现 19
5 测试运行情况 25
5。1 测试目的及重要性 25
5。2 测试工具与步骤 25
5。3 测试遇到的问题 27
结束语 29
参考文献 30
致谢 31
附录 32
1 引言
1。1 游戏开发背景及现状