1、 毕业设计(论文)说明书毕业设计(论文)说明书 题目:题目: 基于基于 AndroidAndroid 的推箱子游戏设计的推箱子游戏设计 摘 要 推箱子游戏是一款古老的游戏,其设计目的是训练人的逻辑思维能力。随着 计算机游戏的发展,很多编程爱好者基于该游戏的思想开发出了各种版本、各种 类型的推箱子游戏,这其中也包括很多手机版本的实现。随着 Android 手机的迅 猛发展,Android 应用程序产生的手机增值服务逐渐体现出其影响力,对丰富人 们的生活内容、提供快捷的资讯起着不可忽视的作用。本论文着眼于 Android 平 台的应用,开发一款可用的手机游戏程序推箱子。 本文首先介绍基于 Andr
2、oid 平台应用软件开发的背景,阐述了 Android 系统 的现状与发展情况;接着介绍 Android 平台的搭建;然后通过一个较完整的软件 开发周期,采用 Java 语言及 Eclipse 开发工具,从需求分析到游戏设计、实现、 调试,最终实现了推箱子游戏。并经过严格的测试,可以在模拟器上正常使用。 关键词:Android;Java;推箱子游戏 ABSTRACT Push Box Game is one of the ancient games, the design objective of the game is to train peoples logical thinking ab
3、ility. Along with the development of computer games, a lot of programming enthusiasts based on the idea of the game developed a variety of versions, all types of Push Box Game, which also include many mobile phone versions realization. With the implementation of Android technology on mobile equipmen
4、t, increment of capital on communication service exhibits its force on peoples everyday life, providing them ever fast information just in hand. This dissertation focuses on implementation of Android and has developed a game suite run on mobile phonesPush Box Game. At first, This paper will introduc
5、e background of application development which base on Android platform, and describe the status and development of Android system; then introduce the way how to set up the environment of Android, and then via a more complete software development cycle, using the language of Java and the eclipse deve
6、lopment tools, from demand analysis to the game design, implementation, commissioning, eventually achieve a Push Box Game. The game has been tested rigorously, so it can be used safely. Key words:Android;Java;Push Box Game 1 目 录 第一章 绪论 1 1.1 课题研究背景 . 1 1.2 课题来源及意义 . 1 1.3 国内外发展现状 . 1 1.4 本文研究主要内容 . 1 1.5 本文章节安排 . 2 第二章 Android 平台搭建 3 2.1 工具介绍 . 3 2.1.1 Android 简介 3 2.1.2 Java 简介 4 2.2 开发环境 . 5 2.3 开发环境变量配置 . 5 2.3.1 JDK 配置 . 5 2.3.2 SDK 配置 . 7 2.3.3 Eclipse 配置 8 2.4 应用环境 . 8 第三章 游戏设计