-
Gobang algorithm a game to understand the basis of previous programming plus a l...
一个五子棋算法游戏理解了前人编程的基础上加了一点东西而已希望大家不要见笑-Gobang algorithm a game to understand the basis of previous programming plus a little something just hope that we will not stock
- 2022-05-08 09:01:12下载
- 积分:1
-
五子棋,人与计算机对下,可以悔棋,可以提示最佳位置.更具智能化....
五子棋,人与计算机对下,可以悔棋,可以提示最佳位置.更具智能化.-331, and the right computer, can he never cheat in spain can suggest the best position. More intelligent.
- 2022-07-16 10:52:09下载
- 积分:1
-
五子棋游戏代码,这是我自己编写的一个棋牌游戏。
五子棋游戏代码,这是我自己编写的一个棋牌游戏。-Gobang game code, which I have written a chess game.
- 2022-07-12 16:25:51下载
- 积分:1
-
computer games production of artificial intelligence, and the chess game newcome...
电脑游戏中的人工智能制作,棋弈游戏,另外有详细的文档加以说明,虽然有文档,但限制20字,还得凑凑,-computer games production of artificial intelligence, and the chess game newcomers, and a detailed document to be, although there are documents, but the 20-character limit, they have got to take care of, huh
- 2022-02-24 20:23:34下载
- 积分:1
-
C++语言开发的跳棋游戏。课程可作为人工英特尔…
C++语言开发的跳棋小游戏。可以作为人工智能课程作业,或者用于研究简单的小游戏。但是,一般人不一定下的过机器。-C++ Language developed Checkers game. Coursework can be used as artificial intelligence, or used to study a simple game. However, most people do not necessarily have been under the machine.
- 2022-08-25 23:50:38下载
- 积分:1
-
我自己写的一个网上中国象棋程序. 支持"支招","托管" 智能还可以 VB的界面 VC的智能算法 带一个协调服务器(VC) 进一步改进中...
我自己写的一个网上中国象棋程序. 支持"支招","托管" 智能还可以 VB的界面 VC的智能算法 带一个协调服务器(VC) 进一步改进中-I wrote an online Chinese chess procedures. Support the "Tips" and "trust" can be intelligent interface VB VC intelligent algorithm with a coordination server (VC) further improvement
- 2022-07-18 00:18:31下载
- 积分:1
-
在OpenGL的象棋源代码
Chess source code in opengl
- 2023-05-03 09:15:08下载
- 积分:1
-
five games on the procedures related to socket programming and DirectDraw.
上载五个游戏程序,涉及到SOCKET编程和DirectDraw.-five games on the procedures related to socket programming and DirectDraw.
- 2022-07-20 15:02:34下载
- 积分:1
-
具体请运行程序
具体请运行程序-Please run the program
- 2022-08-12 21:04:17下载
- 积分:1
-
err
(1)由于c的随机性函数不好,所以每次游戏开始根据bios时间设置种子。
(2)得分越高,方块下降速度越快(每200分为单位)。
(3)每下落一个方块加1分,每消除一行加10分,两行加30分,三行加70分,四行加150分。初试分数为100分。
游戏控制:
up-旋转;空格-下落到底; 左右下方向键-控制方向。P-开始或暂停游戏。 ESC-退出。
特点:
(1)由于tc不支持中文,所以基本都是英文注释。
(2)函数命名尽可能规范的表达其内部处理目的和过程。
(3)代码加上注释仅有577行。(我下载过的两个俄罗斯方块代码一个在1087行,一个在993行,我的比它们代码少)。
(4)除了消除空格时算法比较复杂,其他算法都比较简单易读。
(5)绘图效率和局部代码效率扔有待提高。
(6)FrameTime参数可能依据不同硬件环境进行具体设置,InitGame需要正确的TC路径。-err
- 2022-03-21 17:39:50下载
- 积分:1