-
经典的五子棋程序 适合课设哦 简单的设计 不过算法还是比较新颖的 跟网上的大多数不一样了...
经典的五子棋程序 适合课设哦 简单的设计 不过算法还是比较新颖的 跟网上的大多数不一样了-Gobang procedures suitable for the classic class-based design, however, oh simple algorithm is still relatively new with most of the Internet is not the same
- 2022-05-27 04:46:04下载
- 积分:1
-
This is a Tetris game with Built
实现了基本的俄罗斯方块游戏。内置AI模块,可以连续消去10万行以上-This is a Tetris game with Built-in AI module which can continuously eliminate more than 100,000 lines
- 2022-07-23 13:55:23下载
- 积分:1
-
一个扑克牌的小游戏,用c++实现的.功能可能还不是太全,希望大家能够完善一下!...
一个扑克牌的小游戏,用c++实现的.功能可能还不是太全,希望大家能够完善一下!-a small poker games, using c achieve. Functions may not be too long, hope that we can improve what!
- 2022-08-10 08:47:56下载
- 积分:1
-
找到的一个很厉害的黑白棋的原码
找到的一个很厉害的黑白棋的原码-found a very powerful reversi the original code
- 2022-02-02 13:16:56下载
- 积分:1
-
1、对输入的要求
玩家手中可以有2-5张牌(玩家自己输入多少张牌)。牌点为2-10的每张牌都分别计为相应的点数。花牌(J,K,Q)都算10点。目标是尽可能...
1、对输入的要求
玩家手中可以有2-5张牌(玩家自己输入多少张牌)。牌点为2-10的每张牌都分别计为相应的点数。花牌(J,K,Q)都算10点。目标是尽可能接近21点,但不要超过21点。所以,任何超过21点的点数都表示这一手牌已经“爆”了。A既可以计为1点,也可以计为11点,要选择对玩家来说最有利的一个点数。例如,1张A和1张10可计为11点或21点,但由于21点更好,所以这一手牌要算成21点。1张A和2张8可计为17点或者27点,由于27点已经“爆”了,所以这一手牌要算成17点。
程序首先询问玩家手上有几张牌,玩家输入2,3,4或者5。然后询问玩家每张牌的点数。点数可为2-10,J,K,Q和A。2-9的值分别作为字符‘2’-‘9’来输入。10,J, Q, K和A等值分别作为字符‘t’,‘j’,‘q’,‘k’和‘a’来输入(当然,玩家不需要输入单引号);
2、对输出的要求:
可以让玩家更清楚的知道他下一步应该怎么做
3、程序所能达到的功能
能够计算出所有牌的点数 之和,而且能够帮你处理好那张牌对 你的牌点之和更有利。-Blackjack
- 2023-06-19 09:10:03下载
- 积分: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
-
Java version of the main game is to achieve special effects and the source code
主要是Java 版的游戏特效实现和源代码-Java version of the main game is to achieve special effects and the source code
- 2022-02-01 14:46:06下载
- 积分:1
-
一个比较垃圾的象棋源代码
一个比较垃圾的象棋源代码-a garbage chess source code
- 2022-06-16 10:35:52下载
- 积分:1
-
一个有趣的五子棋的源码,vc++编的,挺难,不容易下过NPC
一个有趣的五子棋的源码,vc++编的,挺难,不容易下过NPC-Gobang an interesting source, vc++ Series, hard, not easy to cross under the NPC
- 2022-11-05 18:30:03下载
- 积分:1
-
连连看的简单入侵程序源代码,是通过FindWindow函数来找到句柄,窗体指针,然后判断像素点位置信息,然后发消息,属于低级的入侵程序...
连连看的简单入侵程序源代码,是通过FindWindow函数来找到句柄,窗体指针,然后判断像素点位置信息,然后发消息,属于低级的入侵程序-Invasion Lianliankan simple source code, through the FindWindow function to find the handle to form pointer, and then determine the pixel location information, and then发消息belonging to the invasion of low-level procedures. . .
- 2022-03-16 04:18:02下载
- 积分:1