1 / 27
文档名称:

毕业设计(论文)-基于Android系统的手机游戏设计与实现.doc

格式:doc   页数:27
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于Android系统的手机游戏设计与实现.doc

上传人:3346389411 2013/10/1 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于Android系统的手机游戏设计与实现.doc

文档介绍

文档介绍:南开大学滨海学院
本科生毕业设计
中文题目:基于Android系统的手机游戏设计与实现
外文题目:The Design and Implementation of Mobile Phone Game Based on Android System
学号: _
姓名: ____
年级: 2009 级_
系别: 计算机科学系
专业: 计算机科学与技术
(数字媒体技术与应用方向)
完成日期: 2013年3月20日__
指导教师: __ __ _ _____
南开大学滨海学院本科毕业论文(设计)诚信声明
本人郑重声明:所呈交的毕业论文(设计),题目《基于Android的手机游戏》是本人在指导教师的指导下,独立进行研究工作所取得的成果。对本文的研究做出重要贡献的个人和集体,均已在文中以明确方式注明。除此之外,本论文不包含任何其他个人或集体已经发表或撰写过的作品成果。本人完全意识到本声明的法律结果。
毕业论文(设计)作者签名:陈世易
日期: 2013年3月20日
基于Android系统的手机游戏设计与实现
摘要
在现代手机应用中,Android智能手机在中国的占有率为86%,Android系统在中国手机市场上扮演着重要的角色。因此,各种针对Android系统的小程序和小游戏层出不穷,为Android手机用户提供大量的便捷与娱乐。
本文围绕“基于Android系统的手机游戏”实现五子棋游戏的人人对战和人机对战程序的设计和应用系统的开发课题为背景,介绍了Android平台上以Java为语言编写游戏的过程。本程序主要实现了五子棋的人机对战和人人对战。并程根据五子棋特定下法设计了一套简单的人工智能,设计出一个个简单的Android五子棋小游戏。
关键词:Android Java 人工智能手机游戏
The mobile phone game based on Android system
Abstract
In the modern mobile phone applications, Android intelligent mobile phone in China 's share of 86%, Android system plays an important role in the Chinese mobile phone market. Therefore, a variety of Android system for small programs and games emerge in an endless stream, provide a lot of convenience and entertainment for the Android mobile phone users.
This paper on the "Android system mobile phone game" implementation of Gobang game for all the battle program design and application system development project as the background based on man-machine war and, on the platform of Android is introduced to Java for the process to prepare the game language. This procedure is mainly realized gobang man-machine war and all war. According to the specific method and process of Gobang design a set of simple artificial intelligence, design a simple Android backgammon game.
Keywords: Android Java Atificial intelligenc mobile game
目录
摘要 I
ABSTRACT II
第1章绪论 5
背景 5
提出问题 5
本文组织结构 6
第2章相关技术介绍 7
Java 7
Java介绍 7
Java VS C++ 7
开发工具 7
Android平台 8
Android体系构架 9
Android系统核心 10
人工智能 10
第3章系统设计 12
总体