网站大量收购独家精品文档,联系QQ:2885784924

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

  1. 1、本文档共16页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[计算机设计论文] C#--翻牌游戏推荐

源代码联系本人 信息工程学院 课程结课设计报告书 课程名称: 基于C#翻牌游戏设计 班 级: 计算机 学 号: 0 姓 名: 任课教师: 二○○九 年 十二 月 目  录 1.概要设计 1 2.程序整体设计说明 1 2.2程序中所用类说明 2 2.3实现接口方法 4 2.4异常处理说明 4 2.5程序运行效果及存在的问题 4 3.程序部分源代码及注释 6 4.测试结果 16 5.设计心得 16 6.参考文献 17 概要设计 我做的程序是受到了手机上的拼图游戏的启发,最初想做一个简单的翻牌游戏,但在做的过程中遇到了许多困难,后来突然想起来何必非得用图片呢,可以用几个Label然后给每个都边上号,按顺序拼起来不是一样的吗。 我这个程序包括一个主窗口,9个Label。程序开始运行后用键盘操作每个Label的移动,最后当1—8按顺序排列时游戏结束。游戏中添加的计算游戏步骤的代码,当游戏结束后弹出你一共走了多少步如下图所示: 程序运行主界面截图: using System.Reflection; using System.Runtime.CompilerServices; // // 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: AssemblyCompany()] [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(1.0.*)] // // 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

文档评论(0)

feixiang2017 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档