We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
查看 C# 国际象棋游戏入门工具包。它是一个 C# 开源应用程序,完全符合您的要求,并且免费用于商业用途。
源代码的详细解释请参见:
http://www.chessbin.com
Have a look at the C# Chess Game Starter Kit. It is a C# Open Source Application that does exactly what you requested and it is free for commercial use.
For a detailed explanation of the source code see:
http://www.chessbin.com
还有 sharpchess,它是开源的(根据 GNU GPL)并为 .Net v2 编写
它有一个核心引擎和一个 WinForm GUI。尽管它确实会下棋,但我相信您可能会去掉“游戏引擎”以留下用于模拟的外壳。
来自该网站的一些要点
国际象棋引擎功能
编程功能
There is also sharpchess which is open source (under GNU GPL) and written for .Net v2
It has a core engine as well as a WinForm GUI. Although it does play chess, I believe that you potentially strip out the "game engine" to leave a shell for simulation.
Some bullet points from the site
Chess engine features
Programming features
我在 github 上发布了我的chess-movement-validator。
例子:
i published my chess-movement-validator on github.
Example: