-
NoGo
基于C++的不围棋程序,游戏规则与围棋正好相反,在window7环境下采用visual studio 2013开发。(A C++ based NoGo computer game program, developed with Visual Studio 2013 in windows7.)
- 2021-04-04 19:49:04下载
- 积分:1
-
Five_Points_version2.2
用Matlab做的五子棋游戏,包括源代码,可以实现人人对战(We can realize the fight for everyone)
- 2018-05-14 21:13:02下载
- 积分:1
-
jumpchess
中国象棋跳马问题,依次从(0,0)...(N,N)为起始位置开始遍历棋盘。(jumpchess)
- 2010-11-02 13:15:38下载
- 积分:1
-
VCgamedesing
VC编程游戏,这本电子书不是太难,书中罗列了几个经典的小游戏:五子棋,俄罗斯方块。。。。(use VC++ to design little games,it is not very complex,which can help the VC beginers
)
- 2009-06-13 14:33:59下载
- 积分:1
-
java-FiveChess
五子棋游戏
游戏开始要求:
输出一下棋盘,然后提示黑方和白方下子,玩家从
命令行输入:af,表示在af坐标落子,其中黑方的
子用@表示,白方子用O表示,每一方有一方落子,
则要重新输出棋盘的状态,程序还要求能判断某一方
获胜并终止程序。(Backgammon games started to demand: output about the board, and then prompted Black and White Now, players from the command line enter: af, af coordinates expressed in the Laozi, in which a child with @ Black said Bai Fangzi with O that each Lazi one one side, the state will have to re-output board, the program also required to determine the winning party and terminate the program.)
- 2011-06-04 22:52:10下载
- 积分:1
-
Chinese-chess
系统实现中国象棋对弈并能实现一些基本功能,如:棋局的保存与棋局的调用。
系统五个功能键,即新游戏:开始一局新的对弈;悔棋:将棋子返回刚才所处位置;打开:调用以前保存的棋局;保存:将当前棋局保存;退出:退出本程序。(System to achieve a Chinese chess game and can achieve some basic functions, such as: the preservation of chess game chess game calls.
System five function keys, ie new game: Start a new Board of chess undo: the location of the pieces just returned Open: Call a previously saved game of chess Save: Saves the current game save Exit: Exit the program.)
- 2013-07-16 17:45:44下载
- 积分:1
-
fangkuai
说明: 俄罗斯方块
实现三个部分:图形,变形和主程序。图形部分设计八个主要的图形用于将来的产生。变形主要设计实现各种图形的变换以及快速向下。主程序实现所需的各种初始化以及在运行过程中的音乐,分数变化等等。
(Russian box to achieve three parts: graphics, deformation and the main program. Eight major graphics design graphics for future generation. Deformation of the major design change to achieve a variety of graphics, as well as rapid downward. Required to achieve the main program to initialize and run in the process of music, scores of changes and so on.)
- 2008-09-15 21:21:23下载
- 积分:1
-
PlantomGo
幻影围棋棋源代码,参加计算机博弈比大赛亚军的代码。(Phantom Go chess source code, to participate in a computer game than the runner-up code.)
- 2021-01-20 22:48:43下载
- 积分:1
-
Chess_Easy
基于Visual C++实现的局域网象棋游戏,Socket通信,多线程。(design the chess game by use Visual C++ , Socket technology, Mutil Thread.)
- 2013-09-17 19:04:26下载
- 积分:1
-
renjixiaqi
人机下棋:在3×3棋盘上,计算机为一方,用户为一方,交替画“X”和“O”,在行、列、对角线上谁先练成一条直线谁就获得胜利。用类的思想完成,具体功能要求如下:
(1)状态显示:计算机可正确显示棋盘,给出提示信息和胜负判断。
(2)用户选择:用户可以选择是先下还是后下,并选择棋子是“X”还是“O”。
(3)每一步都用图形化方式顺序输出
(Man-machine chess: on the 3 X 3 board, the computer for one party, the user for a party, draw an X and O alternately, in the row, column and diagonal who practice who would win in a straight line. Finish, with the ideas of the class specific functional requirements are as follows:
(1) status display: the computer can correctly display board, giving prompt information and the outcome of judgment.
(2) the user choice: the user can next is first or after, and the pieces is a X or O .)
- 2020-07-04 13:00:02下载
- 积分:1