联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 棋牌游戏(19) 
按平台查找All C#(19) 

[棋牌游戏] wuziqi

C#写的五子棋程序,可以自己运行一下,然后玩一玩,也可以参考学习一下。
331 procedures written in C#, you can run your own look, and then play a game, you can refer to learn about. (2016-01-03, C#, 162KB, 下载3次)

http://www.pudn.com/Download/item/id/1451827165559877.html

[棋牌游戏] weiqiqipan

c#写的围棋棋盘程序,对于想要学习c#的同学有很大的帮助,可以更改程序,使之能玩围棋
write c# Go board program, for students who want to learn c# is very helpful, you can change the program so that it can play Go (2016-01-03, C#, 60KB, 下载9次)

http://www.pudn.com/Download/item/id/1451827103431526.html

[棋牌游戏] game

2-4个玩家,每人起5张牌,花色一样者赢。
QuickMatch It is a multi-player game.There can be 2 to 4 plater (2015-06-26, C#, 1KB, 下载1次)

http://www.pudn.com/Download/item/id/1435299833184216.html

[棋牌游戏] XIANGQIYUANMA

、源码特点 采用winform进行开发,象棋游戏,游戏中存在bug,马过不了河,欢迎下载 二、功能介绍 本源码是一个中国象棋游戏源码,可以单人游戏,也可以双人对战,系统默认有几种游戏模式,可以先择别人未战完的残局作战,也可以让电脑让步比你少一人作战,附有C#开发源文件,可以一边玩一边学习了。
Source characteristics         Using winform development, chess game, there is a game bug, horses can not cross the river, welcome to download Second, the functional description         The source is a Chinese chess game source code, can be a single-player game, you can also double play, the system default there are several game modes, you can choose someone not finished fighting the war mess, or you can let the computer you are less than one concession operations, attached there are C# developer source file, you can learn while playing. (2014-11-28, C#, 2646KB, 下载2次)

http://www.pudn.com/Download/item/id/2664089.html

[棋牌游戏] wuziqi

网络五子棋,包括服务器,客户端和游戏大厅。实现注册,登陆,玩游戏和聊天
Internet backgammon, including server, client, and the game lobby. Achieve registration, login, play games and chat (2013-10-25, C#, 1000KB, 下载21次)

http://www.pudn.com/Download/item/id/2383379.html

[棋牌游戏] wuziqin_game

实用的五子棋,可以与电脑玩,对初学者非常有用
wuziqin game (2013-09-22, C#, 159KB, 下载1次)

http://www.pudn.com/Download/item/id/2359817.html

[棋牌游戏] FiveStone

 在设计五子棋游戏的时候,首先可以确定用户所需要执行的操作。这里可以确定一些基本的功能,这些功能包括如下。 玩家能够快速开始游戏。 玩家能够更换身份(更换黑棋和白棋)。 玩家能够退出游戏。  其中,玩家能够快速开始游戏,需要考虑玩家当前的身份。例如当玩家为黑棋的时候(玩家先走棋),单击【快速游戏】时玩家能够开始下棋,另外,当玩家为白棋的时候(电脑先走棋),单击【快速游戏】时计算机首先下棋。 不仅如此,玩家能够快速更换身份。更换身份后玩家能够进行不同的棋子的选择,从而和电脑进行博弈。 如果玩家希望退出时,可以单击【退出】进行系统退出。
In the design of 331 games, the first thing to determine user needs to do. Here you can identify some basic functions, which include the following. Players to quickly start the game. Players can be replaced identity (replacing Black and White). Players to exit the game. Among them, the players to quickly start the game, players need to consider the current status. For example, when the player is Black when (players go first chess), and click fast in games when players can begin to play chess, in addition, the time when the player was White (go first chess computer), and click quick game] when the computer first chess.     Moreover, the player can quickly change status. Replace identity players to make different pieces of choices to the game and computer.     If a player wishes to withdraw, you can click Exit to exit the system. (2013-06-12, C#, 3916KB, 下载1次)

http://www.pudn.com/Download/item/id/2277410.html

[棋牌游戏] gongzhusrc

首先给扑克牌中每张牌设定一个编号,下面算法实现的编号规则如下:   红桃按照从小到大依次为:1-13   方块按照从小到大依次为:14-26   黑桃按照从小到大依次为:27-39   梅花按照从小到大依次为:40-52   小王为53,大王为54   算法实现如下:   首先按照以上编号规则初始化一个包含108个数字的数组每次随机从该数组中抽取一个数字,分配给保存玩家数据的数组
Each card poker in the first set to a number, the following rules for numbering algorithm is as follows: Hearts in ascending order of :1-13 boxes arranged in ascending order of :14-26 spades in ascending :27-39 plum followed in ascending order of :40-52 Amy is 53, King is 54 algorithm is as follows: First, in accordance with the above numbering rules initialize an array that contains 108 numbers each taken at random from the array A number is assigned to the array of data stored players (2013-06-03, C#, 161KB, 下载1次)

http://www.pudn.com/Download/item/id/2267947.html

[棋牌游戏] doudizhu

斗地主出牌算法 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null
Landlords out licensing rules for Landlords card algorithm based on the player card test to determine compliance with the rules of the cards (there are many) ideas: Landlords out licensing rules online player' s cards in ascending order. The brand split, sub-4 array. splitting rules are as follows: Suppose there is a license: 333 \ 444 \ 555 \ 789 split the following data in the array arr [0]: 345 789 Arr [1]: 345 arr [2]: 345 arr [3]: null (2013-04-19, C#, 7481KB, 下载8次)

http://www.pudn.com/Download/item/id/2208003.html

[棋牌游戏] PlayCard

棋牌游戏大厅简介:网络大厅+ 桥牌 8000行代码 1 基于C# TCP Socket异步通讯 多线程 开发 2 近60个自定义通信协议 使用了序列化技术 传输byte流 3 二级代理技术 开始打牌后,指定其中一人为ProxyServer,打开Socket, 承担与其他三人打牌逻辑的判断,打牌结束后由其负责通知主Server 实现了均衡负载,让Server负担大幅度减轻 4 在Server端 将连接方存入哈希表,这样Server想发信息给谁 都可以点对点发送 5 主裁和边裁的设定 分别在CLient和Server端验证 6 Flyweight模式画 手中的牌 7 Observer模式 负责窗体间的通讯 8 由于是在一台机器上开发, 所以用同一IP不同端口来模拟 不同IP的玩家,所以要略作修改才可以实现不同IP的玩家进入大厅 未完成 (时间来不及 要去找工作了) 1 出过的牌 显示: 数据已经准备好 就差表现出来 2 分数的显示:数据已经准备好 就差表现出来 3 界面的美化 由其是排版 4 用Strategy 实现 拱猪/桥牌/80分 的不同玩法 甚至是棋牌的不同玩法 5 强制退出游戏的处理 6 CardControl的闪烁问题
Chess game lobby Introduction: Network the hall+ Bridge 8000 lines of code C# TCP Socket asynchronous communication-based multi-threaded development 2 60 custom communication protocol the serialization technology transfer byte flow 3 two agents began to play cards, to appoint one of them ProxyServer, open the Socket Bear the judgment of the logic with the other three playing cards, playing cards after who will notify the main Server load balancing Server substantially relieve the burden Server side connected party memory into the hash table, so that Server would like to send a message to everyone can be point-to-point transmission 5 referee and linesman set verified in CLient and Server-side 6 Flyweight mode painting hand is 7 Observer mode is responsible for communication between the form 8 is to develop a machine to simulate different IP different port with the same IP players, so the slightly modified before they can achieve different IP players entered the hall Unfini (2013-03-04, C#, 1281KB, 下载26次)

http://www.pudn.com/Download/item/id/2146587.html

[棋牌游戏] 1

C# 五子棋小游戏程序代码压缩文件,解压后安装能直接玩游戏,并可查看源码。
C# backgammon game code zip file, extract the installation directly play the game, and can view the source code. (2012-08-15, C#, 415KB, 下载10次)

http://www.pudn.com/Download/item/id/1967147.html

[棋牌游戏] TwoChess

很多人小时候玩过的一种游戏:打子棋的C#程序实现。不过机器走棋的算法还比较粗糙,仅供参考。
Many people I played a game: C# program to fight child chess. However, the the algorithm of machine to go chess is still relatively rough, for reference only. (2012-07-14, C#, 90KB, 下载7次)

http://www.pudn.com/Download/item/id/1938282.html

[棋牌游戏] doudizhu

斗地主源代码,绝对能通过的源码,有可执行文件 根据斗地主出牌规则.对玩家出的牌进行检验.判断是否符合出牌规则. (关于斗地主的出牌规则网上有很多) 思路:将玩家的牌按升序排序.然后将牌进行拆分,分存在4个数组中.拆分规则如下: 假设有牌:333\444\555\789 则拆分后数组中的数据如下 arr[0]:345789 arr[1]:345 arr[2]:345 arr[3]:null 可以看出拆分规则是:如果遇到相同数字的牌则存到下一个数组的末尾. 拆分完后可以根据各数组的存储情况判定玩家出牌的类型,上面例子arr[3]为空.可以排除掉4带1(2).炸弹.的情况根据arr[2]为顺子且个数大于1,且arr[2]中存放的牌的张数乘以3刚好等于arr[0]的张数+arr[1]的张数.则可以判定是三带一的飞机.其他类型的牌也有相似的规律.以下是该算法的核心源代码.本算法用C#编写.
Landlords source code is absolutely through the source code, executable file Landlords the cards according to the rules. For players to test out the cards. To determine whether the cards rules. (Landlords of the cards on the Internet there are many rules) Ideas: the player s cards in ascending order and then split the cards, there are four sub-array. Splitting rules are as follows: Suppose card: 333 \ 444 \ 555 \ 789 After the array is split as follows arr [0]: 345789 arr [1]: 345 arr [2]: 345 arr [3]: null It can be seen splitting rule is: If you encounter the same number of cards is saved to the end of the next array. After splitting the array according to the storage of the cards to determine the type of player, the above example, arr [3] is empty can be ruled out with 4 1 (2) bomb case according to arr [2] for the straight and the number is greater than 1 and arr [2] in the number of cards stored is exactly equal to 3 times arr [0] the number of sheets+ (2011-07-18, C#, 7344KB, 下载56次)

http://www.pudn.com/Download/item/id/1600270.html

[棋牌游戏] pupple

很简单的拼图游戏,会玩的都知道是干啥的,就是把乱序的图片拼完整
Very simple jigsaw puzzle, will play all know is Gansha (2011-07-16, C#, 3340KB, 下载6次)

http://www.pudn.com/Download/item/id/1599163.html

[棋牌游戏] RussiaBlock

经典小游戏,大家都玩过的哈。自己实现一下也不错
Classic game we all played, ha. Its also good to achieve what (2011-03-31, C#, 551KB, 下载2次)

http://www.pudn.com/Download/item/id/1474320.html

[棋牌游戏] SnakeRun

经典小游戏,大家肯定都玩过,现在附上代码,自己实现一下吧
Classic game, I am sure you have played, and now attach code to achieve what it yourself (2011-03-31, C#, 81KB, 下载4次)

http://www.pudn.com/Download/item/id/1474318.html

[棋牌游戏] GameGobang

网络五子棋 服务器可以同时服务多桌,每桌允许两个玩家通过INTERNET对弈,实现同一桌可以相互通信! 内置说明书!
Internet backgammon server can service multiple tables, each table allows two players to play chess by INTERNET, can communicate with each other to achieve the same table! (2010-12-04, C#, 8681KB, 下载13次)

http://www.pudn.com/Download/item/id/1368917.html

[棋牌游戏] five

这是一个五子棋代码,可实现闲来无事的娱乐活动
This is a Gobang code that can be realized nothing better entertainment (2010-01-31, C#, 66KB, 下载7次)

http://www.pudn.com/Download/item/id/1055607.html

[棋牌游戏] 抽乌龟

您小时候玩过的纸牌游戏抽乌龟,这是用c#编写的
your child played the game of cards pumped turtle, which is prepared by the c# (2005-02-21, C#, 3186KB, 下载48次)

http://www.pudn.com/Download/item/id/1108955997625809.html
总计:19