-
Shanghai Dragon of Darkness
上海黑暗之龙--麻将原代码.txt,
部分图片未上传
/*天宇软件
作者:上海黑暗之龙
2002/10/30
麻将原代码*/-Shanghai Dragon of Darkness-- mahjong original code. Txt, some not upload pictures/* Tianyu software Author : Shanghai Dragon 2002/10/30 darkness mahjong original code* /
- 2022-02-27 03:22:53下载
- 积分:1
-
自己用java写的一个五子棋小程序,C/S结构,包含客户端和服务器的源代码,供以参考。...
自己用java写的一个五子棋小程序,C/S结构,包含客户端和服务器的源代码,供以参考。-Own use java applet written in a Gobang, C/S architecture, including client and server source code, for by reference.
- 2022-05-10 22:53:39下载
- 积分:1
-
游戏大厅,C#写的
,强大的AI人工智能设计,并提供了机器人的难度、战术风格等参数调节,使得游戏运营不但可以采用多人网络对战,还可以使用人机对战
优秀的...
游戏大厅,C#写的
,强大的AI人工智能设计,并提供了机器人的难度、战术风格等参数调节,使得游戏运营不但可以采用多人网络对战,还可以使用人机对战
优秀的线程处理,精妙的游戏算法,平滑的异步通讯......极大地提高服务端性能,使得服务端能够达到最大的负载量
强大的游戏大厅设计,可以任意设置房间,牌桌,游戏规则,人数限制,强退惩罚......
强大的服务端设计,可以任意设置各项参数,监控游戏全局,查看机器人状态。-games hall, and C# to write and powerful AI Artificial Intelligence design, and provide a robot difficult, tactical style parameter adjustment, the operation not only makes the game can be used over the network war. can also use man-machine war excellent thread, exquisite algorithm of the game, Smoothing the asynchronous communication ...... greatly improve server performance, service makes it possible to reach the largest load powerful design of the game hall, which could be set up rooms, majiang apparatus, the rules of the game. limit the number of strong withdrawal penalties ...... powerful server design, which could be set up parameters, control the game overall, View robot.
- 2022-01-26 08:06:10下载
- 积分:1
-
一个非常经典的跳子棋游戏,强烈推荐大家下载。在vc环境下完成,里面有很详细的算法和实现说明!...
一个非常经典的跳子棋游戏,强烈推荐大家下载。在vc环境下完成,里面有很详细的算法和实现说明!-a very classic jump-chess games, we strongly recommend downloading. In vc circumstances completed, there are very detailed algorithm and the realization note!
- 2022-03-18 04:10:34下载
- 积分:1
-
网络围棋软件,没有人工智能
网络围棋软件,没有人工智能-network software, not artificial intelligence
- 2022-01-29 04:20:27下载
- 积分:1
-
网狐的五子棋组件,需要的朋友可以参考一下。包含客户端和服务端...
网狐的五子棋组件,需要的朋友可以参考一下。包含客户端和服务端-Gobang fox network components, the need for a friend for reference. Contains client and server
- 2023-07-18 01:20:03下载
- 积分:1
-
九江四人斗地主,棋牌游戏源代码,功能齐全,稳定,适合用于棋牌游戏开发...
九江四人斗地主,棋牌游戏源代码,功能齐全,稳定,适合用于棋牌游戏开发-Jiujiang four斗地主, chess game source code, full-featured, stable, and suitable for the development of board games
- 2022-03-13 23:27:13下载
- 积分:1
-
这是一个双人对战五子棋的程序,可以双击直接运行,并将源代码也附在后面。本程序是我从网上下的,经过自己的修改,觉得更适合刚学JAVA的人看,并可以当作作业应付老师...
这是一个双人对战五子棋的程序,可以双击直接运行,并将源代码也附在后面。本程序是我从网上下的,经过自己的修改,觉得更适合刚学JAVA的人看,并可以当作作业应付老师-This is a double screen 331 procedures can double-click to execute directly and the source code is attached to the back. This program is from the Internet, after the changes, feeling more fit just learning Java people, and can cope with the work as a teacher
- 2022-10-23 09:00:03下载
- 积分:1
-
一款连连看的源程序,程序非常简单易懂,对学习游戏初级编程的非常有帮助
一款连连看的源程序,程序非常简单易懂,对学习游戏初级编程的非常有帮助-Lianliankan a source, the procedure is very simple and easy to understand, to learn the game of primary programming very helpful
- 2022-03-07 18:20:57下载
- 积分:1
-
游戏说明: 牌的大小顺序: 大王,小王,A,K,Q,j,9,8,7,6,5,4,3,2 出牌规则: 每次只能出一张牌,每局开始时随机由其中一人先出牌,以后由上一...
游戏说明: 牌的大小顺序: 大王,小王,A,K,Q,j,9,8,7,6,5,4,3,2 出牌规则: 每次只能出一张牌,每局开始时随机由其中一人先出牌,以后由上一次赢的玩家出牌。首家可以出任意一张牌。首家出牌后,下家所出的牌的花色要与首家的相同,大小不限。如确实没有花色相同的牌,则可以出其它的牌。 胜负判定: 当每人都出了一张牌后,如果花色相同,则比较两张牌的大小,牌大的赢.如果花色不同,则先出牌的赢。最后经过统计赢的次数最多的 玩家最终赢得比赛。 The rules is following: 1) The Cards RANK (big to small) is: A K Q J 10 9 8 7 6 5 4 3 2 2) Once only can play one Card,if the suit is same and the Rank is big,they win or lost if you no the suit ,you must play any card but your s always small, 3) Now i think you know the rules ! Goog Luck ! printf("Please choice your cards Color: 0 means spade 1 means hearts 2 means diamonds 3 means clubs :
") -games : licensing the order : King, Wang, A, K, Q, j, 9,8,7,6,5,4,3,2 out licensing rules : each time out only one card, at the beginning of each Board random by one of the first to be out later last won by the player card. The first to be sent to an arbitrary license. The first card, the home under the license by the first matched with the same open-size. If they really do
- 2022-10-20 16:15:08下载
- 积分:1