象棋白皮书 ——关于象棋现状的调查报告 随着网络的发展,人们下象棋已经不再局限于邻里街坊之间的相互切磋,越来越多网络象棋对战平台的出现, 使得人们足不出户就可以和各地不同水平的棋友交战,下面就介绍几个较受欢迎的网络对战平台。
2021-03-20 16:19:51 1.3MB 象棋 白皮书 象棋调查
1
Android中国象棋(学生课设版),内含运行方法,送佛送到西,一点不费心!
2021-03-19 09:57:39 542KB Android 中国象棋
1
WPF 国际象棋 棋子ChessProgrammingTest.zip 要求: You have been provided with a third-party library "ChessLib" which calculates the legal moves a knight can make given a position on an 8 by 8 board. The library has been used to create a program which moves a knight randomly around a board, given an initial starting position and a total number of moves to make. Problem: ======== Extend this program to set up an 8 by 8 square game board containing several different pieces in predefined positions. For each move of the game, the program will choose a piece at random, and move it to a randomly selected valid position. You are not allowed to change any of the ChessLib code. Extend the program as required. Use Object Oriented Design and Modeling appropriately for extensibility. Please supply all the code for your solution in the file Answer.cs in the SampleProgram project. Please supply all the tests for your solution in the file TestAnswer.cs in the SampleProgram.Test project. Game Rules: ----------- * Only one piece can occupy any position on the board at a given time. * All pieces can “jump” any occupied position. Note: Although the game bears a striking resemblance to Chess, this is entirely coincidental. Do not assume other chess rules apply. Game Pieces to support: ----------------------- * Knight – Moves as implemented by ChessLib * Bishop - Moves diagonally, any distance within board boundaries * Queen – Moves diagonally, horizontally or vertically, any distance within board boundaries
2021-03-17 18:03:28 2.32MB wpf Chess 国际象棋
1
C/C++中国象棋程序入门与提高 一书的源代码 C/C++ Chinese chess program introduction and improve the corresponding source code book
2021-03-16 19:38:52 6.55MB C/C++ 象棋 源代码 程序
1
内容索引:VC/C++源码,游戏编程,中国象棋,VC游戏  这个中国象棋游戏可谓智商比较高,有时候你就是比不过电脑,哈,不服气不行,源码爱好者试着玩了一局,没有赢电脑,因时间关系没有下第二局。不过,程序中还是有一点点缺憾,希望高人能够修正,使其更完美和再次提高智商。
2021-03-15 21:08:24 395KB VC/MFC源代码 游戏编程
1
国际象棋意大利开局变例1
2021-03-15 10:04:50 269B 国际象棋棋谱
1
国际象棋意大利开局变例2
2021-03-15 10:04:50 400B 国际象棋棋谱
1
国际象棋意大利开局变例4
2021-03-15 10:04:49 376B 国际象棋棋谱
1
python Pygame alpha-beta剪枝算法 玩中国象棋 相当于入门水平
1
基于QT C++的中国象棋游戏设计与实现代码,可编译使用和学习
2021-03-13 21:06:00 20.51MB QT C++ 中国象棋游戏