1 / 76
文档名称:

彩色棋游戏.doc

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

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

分享

预览

彩色棋游戏.doc

上传人:janny 2011/6/7 文件大小:0 KB

下载得到文件列表

彩色棋游戏.doc

文档介绍

文档介绍:毕业设计论文
----基于J2ME的手机游戏开发
指导教师:曹琳
班级:计科011班
姓名:任志远
学号:0110016137
2005年6月10日
内容提要:
本论文共有六章, 基础知识,J2ME的相关知识,平台的搭建,IDE的选取及配置,如何编码等手机开发的基本问题入手,详细的介绍了开发游戏的一系列工作,使读者对手机游戏的开发有一个初步的了解。
彩色棋可以运行于T720,V730(A1),A830(Talon)和SEMC P800等手机上的一款把棋子连成一条线的娱乐类游戏。这个应用程序是如何开发基于一个图形化的一个手机游戏的示例,例如,如何在J2ME编程中加入背景图片,图象动画,播放背景音乐等。
这是一个用于娱乐的排列产生棋子游戏,在这个游戏中你排列出那些随机产生的并且可被移动的棋子,这个版本是为T720制作的一个特别版本。
希望通过本论文,读者可以对Java,J2ME,以有对如何快速开发一个手机游戏有一个初步了解。本文以彩色棋游戏为例,详细的介绍了在游戏中如何加入图片,声音等比较难的问题。可以使读者很快的掌握这些游戏开发中的高级编程技术。相信读者在学习本文之后,对手机游戏开发将不再陌生。
Introduction
Color Chess is a J2ME build-up-line game can run on handsets such as T720, V730 (A1), A830 (Talon), etc. and SEMC P800 handset. It also has a mono version named "Challenge Chess" run on Motorola 388 handset.
This application could be used to demonstrate how to write a mobile game based on graphics drawing such as picture background, images animation or playing background music with J2ME programming.
This is a fun strategy game in the construction genre - games in which you build things out of randomly ponents. This particular version of the game is built for the T720.
I hope the reader of this may have an understand of Java, J2ME, and How to develop a cell phone game fast. The article detail how to write the Color chess code based on graphics drawing such as picture background, images animation or playing background . This will help reader master the advance code technologies in games develop. After the reader studied the article, I believe the reader will be familiar with cell phone games developing.
目录
前言……………………………………………………………
手机游戏概述………………………………………………………………
手机游戏介绍………………………………………………………………
手机游戏分类………………………………………………………………
实现游戏的主要技术………………………………………………………
手机游戏特征………………………………………………………………
JAVA概述……………………………………………………………………
Java的由来…………………………………………………………………
Java的定义…………………………………………………………………
Java的特点…………………………………………………………………
Java带来的影响……………………………………………………………
J2ME概述……………………………………………………………………
J2ME简介……………………