下载此文档

[计算机设计论文精品] C#--翻牌游戏.doc


文档分类:IT计算机 | 页数:约16页 举报非法文档有奖
1/16
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/16 下载此文档
文档列表 文档介绍
源代码联系本人
信息工程学院
课程结课设计报告书
课程名称: 基于C#翻牌游戏设计
班级: 计算机
学号: 0
姓名:
任课教师:
二○○九年十二月
目录
1
1
2
4
4
4
6
16
16
17
概要设计
我做的程序是受到了手机上的拼图游戏的启发,最初想做一个简单的翻牌游戏,但在做的过程中遇到了许多困难,后来突然想起来何必非得用图片呢,可以用几个Label然后给每个都边上号,按顺序拼起来不是一样的吗。
我这个程序包括一个主窗口,9个Label。程序开始运行后用键盘操作每个Label的移动,最后当1—8按顺序排列时游戏结束。游戏中添加的计算游戏步骤的代码,当游戏结束后弹出你一共走了多少步如下图所示:
程序运行主界面截图:
using ;
using ;
//
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
//
[assembly: AssemblyTitle("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: pany("")]
[assembly: AssemblyProduct("")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
//
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion(".*")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
// Microsoft .NET Framework documentation for more information on assembly signing.
//
// Use the attributes below to control which key is used for signing.
//
// Notes:
// (*) If no key is specified, the assembly is not signed.
// (*) KeyName refers to a key that has been installed in the Crypto Service
// Provider (CSP) on your machine. KeyFile refers to a file which contains
// a key.
// (*) If the KeyFile and the KeyName values are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP, that key is used.
// (2) If the KeyName does not exist and the KeyFile does

[计算机设计论文精品] C#--翻牌游戏 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数16
  • 收藏数0 收藏
  • 顶次数0
  • 上传人策划大师
  • 文件大小0 KB
  • 时间2011-11-13