-
五子棋游戏代码,这是我自己编写的一个棋牌游戏。
五子棋游戏代码,这是我自己编写的一个棋牌游戏。-Gobang game code, which I have written a chess game.
- 2022-07-12 16:25:51下载
- 积分:1
-
用vc6写的五子棋软件。可以实现人
用VC6写的五子棋软件。可以实现人机下棋-Gobang using software written in VC6. Can realize man-machine chess
- 2022-04-14 12:00:32下载
- 积分:1
-
mines dug game source code, clear thinking, has already debugging, direct operat...
该程序是挖地雷游戏的源码,思想明确,已经经过调试,可以直接运行,visual c++的算法-mines dug game source code, clear thinking, has already debugging, direct operation, visual c algorithm
- 2022-03-01 09:55:16下载
- 积分:1
-
一个国际象棋游戏,用java开发的,好玩的
利用JAVA开发的一个国际象棋游戏,很好玩的-use JAVA development of an international chess game, the fun
- 2022-06-03 14:16:08下载
- 积分:1
-
a good 331 procedures and intelligent! Very interesting! Vc used to achieve! Alg...
一个不错的五子棋程序,智能化的!很爽!用vc++来实现的!算法不错!-a good 331 procedures and intelligent! Very interesting! Vc used to achieve! Algorithm good!
- 2022-08-15 21:25:02下载
- 积分:1
-
海阁网络游戏主要提供类似联众的棋牌游戏服务器和相应的客户端程序。服务器端程序包括游戏服务程序、服务器端管理程序和服务器端Access数据库文件。客户端程序包括大...
海阁网络游戏主要提供类似联众的棋牌游戏服务器和相应的客户端程序。服务器端程序包括游戏服务程序、服务器端管理程序和服务器端Access数据库文件。客户端程序包括大厅程序、中国象棋程序、围棋程序和四国大战程序。使用本软件,你可以个人网站、个人主机和局域网内建立网络棋牌游戏服务器,给你的客户或公司员工提供娱乐。该版本为免费演示版本,服务器端只支持同时50人在线,棋牌游戏也只包括中国象棋、围棋和四国大战。 游戏平台整套源代码出售,请和作者联系 -Ko hai main provider of online games like board games OurGame of servers and corresponding client program. Server-side procedures, including gaming service procedures, server-side management procedures and server-side Access database file. Client program, including the hall procedures, procedures for Chinese chess, Go四国大战processes and procedures. The use of this software, you can personal websites, personal mainframe and LAN networking Card Games servers, to your customers or company employees to provide entertainment. This version for free demo version, server-side support at the same time only 50 people online, board games, including only Chinese chess, Go and四国大战. Game platform to sell the entire source code, please contact the author
- 2022-12-22 18:35:05下载
- 积分:1
-
黑白棋(小.exe)这是一个黑白棋的游戏。中级初中…
黑白棋(BWChess.exe)
这是一个黑白棋的小游戏。里面有初级中级高级三个级别的棋力选择。算法采用了自己编写的全盘搜索的经验积分算法,速度很快,棋力不是非常强。本游戏还可以自动演示,自动重温棋局,保存棋局,还有英雄榜。-Reversi (BWChess.exe) This is a game of Reversi. Intermediate Junior High There are three levels of棋力choice. Algorithm uses its own search for the preparation of the overall experience of integral algorithm, fast,棋力not very strong. This game can also automatically demonstration, automatic review game, save game, there are heroes list.
- 2022-11-13 13:20:03下载
- 积分: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语言写好几周这个俄罗斯方块的小游戏才完功了,附有我写的实验报告说明,我想大家很容易看明白的....
这是本人在学时的编写的,用C语言写好几周这个俄罗斯方块的小游戏才完功了,附有我写的实验报告说明,我想大家很容易看明白的.-this is my school lt; Lt; Graphics gt; Gt; The preparation of the C language written weeks of the Tetris game before END small sect, with the experiment, I wrote the report, and I think we can very easily understand.
- 2023-01-21 04:30:04下载
- 积分:1
-
用java写的蜘蛛纸牌,能跟windows下的蜘蛛纸牌比美
用java写的蜘蛛纸牌,能跟windows下的蜘蛛纸牌比美-the program written by java
- 2022-12-26 10:40:03下载
- 积分:1