优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

拼拼图游戏的设计与实现(VB)

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:
毕业设计(www.think58.com)

  摘 要

[资料来源:http://THINK58.com]

随着软件技术以及互联网技术的不断发展,游戏产业发展迅速,已经成为经济增民的一个亮点。实践是软件开发的核心,对代码要求精益求精,在开发的过程中,简单设计,用测试驱动,通过重构和迭代代码实现现设计。
本文简要的介绍了游戏的开发现状,以及游戏开发中存在的问题。另外还简单地介绍了众多游戏开发软件中的一种——即Visual Basic,其中主要地介绍了Visual Basic 6.0,以及Visual Basic的编程环境。同时通过两个小游戏简单介绍了利用Visual Basic 6.0开发游戏的处理过程。在本文中主要介绍了拼拼图游戏的开发,包括界面的设计和相应的界面设计原则,还介绍了其开发环境。同时也也对游戏系统的公共功能模块做了阐述。
通过对该课题的研究设计,对如何运用Visual Basic来设计游戏有了一定程度的了解,并对如何设计游戏的构架有所掌握。

[资料来源:THINK58.com]

关键词:游戏设计;Visual Basic技术;界面设计;模块;算法 [资料来源:www.THINK58.com]

  [资料来源:http://THINK58.com]


Abstract

[资料来源:www.THINK58.com]


Along with the software technology as well as the Internet technology unceasing development, the game industry development is rapid, already became the economy to increase a peoples luminescent spot. The practice is a core which software develops, requests to the code to strive for perfection, in the development process, the simple design, with the test actuation, passed the overweight construction and the iteration code realization presently designs this article brief introduction game development present situation, as well as the game developed the question which existed.
Moreover also simply introduced the multitudinous game develops in software one kind is Visual Basic, mainly introduced Visual Basic 6.0, as well as Visual Basic programming environment. Meanwhile simply introduced through two small games uses Visual the Basic 6.0 developments games the treating processes. Mainly introduced in this article 24 playing card and put together the chart game the development, including contact surface design and corresponding contact surface principle of design, but also introduced its development environment. [资料来源:THINK58.com]
Simultaneously also also has made the elaboration to the game system public function module through to this topic research design, how to designed the game using Visual Basic to have the certain degree understanding, and how to designed the game the skeleton to have grasps. [资料来源:http://www.THINK58.com]


Key word: The game designs;Visual Basic technology;contact surface design; module;algorithm

[版权所有:http://think58.com]

 

[版权所有:http://think58.com]


目   录 [来源:http://think58.com]


第一章 游戏开发的现状分析 1
1.1游戏开发现状 1
1.2 游戏开发中存在的问题 2
第二章  游戏开发的技术基础 3
2.1 Visual Basic技术 3
2.1.1游戏开发软件的介绍 3
2.1.2 Visual Basic概述 3
2.2 Visual Basic的编程环境 4
2.2.1 Windows下的Visual Basic编程环境 4
2.2.2 面向对象的编程 4
2.2.3 VB在系统中的应用 6
2.3 小结 9
第三章  系统总体规划 10
3.1 系统功能简介 10
3.1.1 拼拼图简介 10
3.2 系统开发方法 11
3.2.1 拼拼图的开发 21
3.3 系统开发环境 25
3.3.1 开发平台 25
3.3.2 运行平台 25
3.3.3 输入输出设计 25
3.4 小结 26
第四章  系统功能模块设计 27
4.1 拼拼图公共模块 29
4.2 小结 30
第五章 总结与展望 30
5.1 全文总结 30
5.2 展望 31
参考文献 31
致  谢 33

[资料来源:www.THINK58.com]

3.1.1 拼拼图简介
    根据右上角的小图片在大图中任意移动各分块,把图拼出来。按[新游戏]键重新开始游戏,按[设置]键出现设置游戏界面。在该界面中,用户可以从已有的图片中选出自己喜欢的图片进行游戏,也可以使用载入图片,到其他文档中挑自己喜欢的图片加载进去。点击[确定]即完成游戏设置。
按[退出]键直接退出游戏,按[关于]键显示版权信息。主要说明版权所有。

[资料来源:http://think58.com]

3.2 系统开发方法

[版权所有:http://think58.com]

3.2.1 拼拼图的开发
(1)主界面设计
显示上次载入的外部图片,根据右上角的小图片在大图中任意移动各分块,把图拼出来。
按[新游戏]键重新开始游戏。游戏开始后,点击已被分割的图片,程序会自动判断上下左右任意一块是否为空,若为空,则移动到为空的位置。按[设置]键出现设置游戏界面。按[退出]键直接退出游戏,按[关于]键显示版权信息。

[资料来源:www.THINK58.com]


 
图3-12  拼拼图主界面
[来源:http://think58.com]

毕业设计(www.think58.com)