登录
首页 » 其他项目 » c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的....

c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的....

于 2022-06-21 发布 文件大小:32.08 kB
0 183
下载积分: 2 下载次数: 1

代码说明:

c# 编写的 "挖金块" 游戏, 在避开敌人的条件下收集一定数量的金块就算过关. 关卡设计借用了原作者的.-c# prepared by "digging gold" game, in the conditions to avoid the enemy to collect a certain number of gold even if clearance. Design points to the use of authorship.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 智能车代码,2009年华南赛区调试代码,智能车采用光电传感器...
    智能车代码,2009年华南赛区调试代码,智能车采用光电传感器-Intelligent Vehicle Code, 2009 South Division debugging code, smart car with photoelectric sensors
    2022-02-11 11:00:38下载
    积分:1
  • The help files in Windows API function has about 774, divided into twelve catego...
    本帮助文件中的Windows API 函数大约有774个,共分十二大类,基本上包括了大部分的常用和非常用的Windows API 函数。-The help files in Windows API function has about 774, divided into twelve categories, basically most of the commonly used and very used to Windows API functions.
    2022-10-18 02:30:03下载
    积分:1
  • 用C++实现的简易终结者小游戏,可以运行, 不过功能很简单
    用C++实现的简易终结者小游戏,可以运行, 不过功能很简单-C++ implementation of the simple Terminator game
    2022-02-14 08:49:25下载
    积分:1
  • 算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“...
    算法实现题2 算m点问题 « 问题描述: 给定k 个正整数,用算术运算符“+”,“- ”,“* ”,“/ ”将这k 个正整数连接起来,使最 终的得数恰为m。 « 编程任务: 对于给定的k个正整数,给出计算m的算术表达式。 « 数据输入: 由文件input.txt给出输入数据。第一行有2 个正整数k和m,表示给定k个正整数,且 最终的得数恰为m。接下来的1 行中,有k个正整数。 « 结果输出: 将计算m的算术表达式输出到文件output.txt。如果有多个满足要求的表达式,只要输 出1 组,每一步算式用分号隔开。如果无法得到m则输出“No Solution!”。 输入文件示例: input.txt output.txt 5 125 2 2 12 3 7 输出文件示例: 7*3=21 21*12=252 252-2=250 250/2=125
    2023-06-18 22:40:03下载
    积分:1
  • MIDP the classic pieces of the jigsaw is actually fight alphabet game
    MIDP的拼图游戏很经典,实际上是拼字母游戏-MIDP the classic pieces of the jigsaw is actually fight alphabet game
    2022-01-26 05:16:21下载
    积分:1
  • 动态规划解银币问题(C++实现)
    动态规划解银币问题(C++实现)-dynamic programming solution Coin (C achieved)
    2022-08-21 21:15:59下载
    积分:1
  • csharp写的一个贪吃蛇游戏程序,一个经典的游戏,适合新手学习csharp...
    csharp写的一个贪吃蛇游戏程序,一个经典的游戏,适合新手学习csharp-CSharp written procedures for a Snake game, a classic game, suitable for novice learning CSharp
    2022-05-08 02:55:42下载
    积分:1
  • [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路...
    [输入] 图的顶点个数N,图中顶点之间的关系及起点A和终点B [输出] 若A到B无路径,则输出“There is no path” 否则输出A到B路径上个顶点 [存储结构] 图采用邻接矩阵的方式存储。 [算法的基本思想] 采用广度优先搜索的方法,从顶点A开始,依次访问与A邻接的顶点VA1,VA2,...,VAK, 访问遍之后,若没有访问B,则继续访问与VA1邻接的顶点VA11,VA12,...,VA1M,再访问与VA2邻接顶点...,如此下去,直至找到B,最先到达B点的路径,一定是边数最少的路径。实现时采用队列记录被访问过的顶点。每次访问与队头顶点相邻接的顶点,然后将队头顶点从队列中删去。若队空,则说明到不存在通路。在访问顶点过程中,每次把当前顶点的序号作为与其邻接的未访问的顶点的前驱顶点记录下来,以便输出时回溯。 #include int number //队列类型 typedef struct{ int q[20] -[imported] map of the number of vertices N, Vertex map of the relationship between the starting point and end point A and B [output] if A to B without path then exporting "There is no path" Otherwise output A to B on the path vertices [storage structure] plan adopted adjacency matrix of storage. [Algorithm for the basic idea] BFS way from the vertex A, A visit followed with adjacent vertices VA1, VA2 ,..., VAK, visiting times, if not visit B, continue to visit with the VA1 adjacent vertices VA11, VA12 ,..., VA1M. VA2 and then
    2022-01-25 22:50:29下载
    积分:1
  • 使用Matlab设计一个简单的滤波器小程序
    使用Matlab设计一个简单的滤波器小程序-Use Matlab to design a simple filter applet
    2023-06-22 20:05:04下载
    积分:1
  • c#编程220例
    本书是c#经典编程220例这本书的完整代码,包含书中所有的例子的详细代码,十分详尽,本书可以作为相关计算机专业领域的编程开发入门教材,而且也适合计算机专业的各类学生和爱好者,,作为初级的入门教材
    2022-07-02 02:12:47下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载