登录
首页 » C# » llk

llk

于 2020-12-08 发布 文件大小:2239KB
0 115
下载积分: 1 下载次数: 9

代码说明:

  联联看的C#源码,学习C#做小游戏的好参考(UNED watch the C# source code, learn C# make a good game reference)

文件列表:

LLK

...\bin
...\...\Debug
...\...\Release
...\ClassDiagram1.cd
...\data.resources
...\Form1.cs
...\Form1.Designer.cs
...\Form1.resx
...\Images





...\......\11_L1.bmp
...\......\11_L2.bmp
...\......\12.bmp
...\......\12_L1.bmp
...\......\12_L2.bmp
...\......\13.bmp
...\......\13_L1.bmp
...\......\13_L2.bmp
...\......\14.bmp
...\......\14_L1.bmp
...\......\14_L2.bmp
...\......\15.bmp
...\......\15_L1.bmp
...\......\15_L2.bmp
...\......\16.bmp
...\......\16_L1.bmp
...\......\16_L2.bmp
...\......\17.bmp
...\......\17_L1.bmp
...\......\17_L2.bmp
...\......\18.bmp
...\......\18_L1.bmp
...\......\18_L2.bmp
...\......\19.bmp
...\......\19_L1.bmp
...\......\19_L2.bmp
...\......\1_L1.bmp
...\......\1_L2.bmp
...\......\2.bmp
...\......\20.bmp
...\......\20_L1.bmp
...\......\20_L2.bmp
...\......\21.bmp
...\......\21_L1.bmp
...\......\21_L2.bmp
...\......\22.bmp
...\......\22_L1.bmp
...\......\22_L2.bmp
...\......\23.bmp
...\......\23_L1.bmp
...\......\23_L2.bmp
...\......\24.bmp
...\......\24_L1.bmp
...\......\24_L2.bmp
...\......\25.bmp
...\......\25_L1.bmp
...\......\25_L2.bmp
...\......\26.bmp
...\......\26_L1.bmp
...\......\26_L2.bmp
...\......\27.bmp
...\......\27_L1.bmp
...\......\27_L2.bmp
...\......\28.bmp
...\......\28_L1.bmp
...\......\28_L2.bmp
...\......\29.bmp
...\......\29_L1.bmp
...\......\29_L2.bmp
...\......\2_L1.bmp
...\......\2_L2.bmp
...\......\3.bmp
...\......\30.bmp
...\......\30_L1.bmp
...\......\30_L2.bmp
...\......\31.bmp
...\......\31_L1.bmp
...\......\31_L2.bmp
...\......\32.bmp
...\......\32_L1.bmp
...\......\32_L2.bmp
...\......\33.bmp
...\......\33_L1.bmp
...\......\33_L2.bmp
...\......\34.bmp
...\......\34_L1.bmp
...\......\34_L2.bmp
...\......\35.bmp
...\......\35_L1.bmp
...\......\35_L2.bmp
...\......\36.bmp
...\......\36_L1.bmp
...\......\36_L2.bmp
...\......\37.bmp

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

发表评论

0 个回复

  • snakegame
    安卓系统下的贪吃蛇小游戏,eclipse环境下运行。(Android system under the Snake game, eclipse environment.)
    2020-12-30 14:39:00下载
    积分:1
  • Chess_Easy
    基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)
    2013-09-17 19:04:26下载
    积分:1
  • 6chess
    java六子棋代码,按最长连子搜索实现步法生成(Six sub-chess java code, according to step up to achieve even generate sub-search)
    2020-10-20 15:37:25下载
    积分:1
  • 03
    说明:  黑白下棋的吃子算法.规则,对(x,y)坐标进行规则判断,并吃子。(Black and white chess eating algorithms. Rules, rules judge (x, y) coordinates, and eat the child.)
    2012-06-25 18:56:11下载
    积分:1
  • feiji
    这是一款用c++编写的类似雷霆战机的游戏,可以实现多种功能(This is a similar written using c++ Thunder fighter game, you can achieve a variety of functions)
    2016-05-31 14:58:46下载
    积分:1
  • 24点源码,用C#写的,有答案提示
    24点游戏是一种使用扑克牌来进行的益智类游戏,游戏内容是:从一副扑克牌中抽去大小王剩下52张,任意抽取4张牌,把牌面上的数(A代表1)运用加、减、乘、除和括号进行运算得出24。每张牌都必须使用一次,但不能重复使用。在不同版本中,对J、Q、和K的处理有些差异。一个常见的版本是把J、Q、和K去除,或当成10;还有一个版本是把J表示11,Q表示12,K代表13。 有些组合有不同种算法,例如2,4,6,Q四张牌可用 2 + 4 + 6 + 12 = 24 或 4 × 6 ÷ 2 + 12 = 24 或 12 ÷ 4 × (6 + 2) = 24等来求解。也有些组合算不出24,如1、1、1、1 和 6、7、8、8等组合。 用C#写的小游戏,只提供加减乘除四则运算,可以提供大家参考。
    2022-06-29 12:48:15下载
    积分:1
  • src8
    WP7摇晃PiggyBank源码 (Visual C#)(WP7 shake PiggyBank source (Visual C#))
    2013-06-26 06:37:27下载
    积分:1
  • AStar
    说明:  游戏里常用的寻路算法,用C#实现的经典ASTAR寻路算法,VS2013/2017编译通过(Classical ASTAR routing algorithm implemented by C# is compiled and passed by VS2013/2017.)
    2020-06-16 00:40:02下载
    积分:1
  • 2048源代码和运行程序
    说明:  c++做的2048小游戏,qt做的UI。(C + + do 2048 games, QT to do the UI.)
    2020-12-16 15:14:49下载
    积分:1
  • fivesource
    五子棋源码 (Gobang game source)
    2020-06-26 12:40:01下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载