- 1、本文档共48页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
四川师范大学成都学院本科毕业设计
PAGE IV
基于Java的坦克网战游戏的设计和实现
内容摘要:坦克游戏是一款众所周知的休闲游戏,在网络日益发达的今天,局域网游戏为上班一族在工作闲暇之际提供了很好的放松空间。Java语言简单易学,并且能够在所有的计算机上运行,所以越来越多的程序员用它编写游戏。而本文介绍了基于Java的坦克网战游戏的设计和实现,主要介绍了相关技术理论,系统总体设计,各功能设计以及游戏的实现。本游戏在Eclipse平台上开发调试,分为两大部分,即服务器端和客户端。服务器端建立主机,客户端通过连接主机IP地址进行联机,联机成功自动进入游戏。游戏过程中玩家通过键盘来控制坦克,可以进行聊天,选择暂停,游戏结束玩家可以选择重玩,但需要另一玩家同意。
关键词:Java 坦克 局域网 Eclipse
Design and achievement of network Tanks based on Java
Abstract: Tanks is a well-known casual game. With the increasing development of the Internet, LAN-based game provide a good relax platform for those office workers to spend their leisure time. A growing number of programmer choice to use Java language to program game because this kind of language is easy to learn and it can be operated on all the computers. This article is about the design and achievement of the Tanks which is based on Java ,and it mainly introduces some relevant technological theories, the system integrated design, diverse function design and the game’s achievement. This game is developed and debugged on Eclipse platform, which contains Server-side and Client-side. The Server-side aims at building mainframe, and the Client-side through connecting mainframe’s IP address to load game automatically. Players can control tank through keyboard and chat or suspend while playing the game. They can also choice to restart the game if another player permits.
Keywords:Java Tanks network Eclipse
目 录
TOC \o 1-3 \h \z \u 前言 h 1
1 了解java h 1
1.1 Java语言的发展 h 1
1.2 Java技术理论 h 1
1.3 三种平台简介 h 2
1.4 Java程序开发过程 h 2
1.4.1 编写Java源文件 h 3
1.4.2 编译Java源文件 h 3
1.4.3 运行Java程序 h 3
1.5 关于Eclipse h 3
2 系统分析 h 4
2.1 可行性分析 h 4
2.2 游戏规则和系统功能介绍 h 4
3 总体设计 h 5
3.1 程序运行流程 h 5
3.2 总体构架 h 5
4 程序模块 h 7
4.1 主体模块 h 7
4.2 通信模块 h 7
4.3 坦克模块 h 7
4.4 子弹模块 h 8
4.5 墙模块 h 8
4.6 关卡模块 h 8
5 程序实现 h 8
5.1 游戏窗口界面设计 h 9
5.2 游戏控制 h 12
5.3 游戏网络通信 h 13
5.4 游戏元素 h 15
5.4.1 坦克 h 15
5.4.2 游戏墙 h 18
文档评论(0)