Longship:用C ++编写的国际象棋引擎。 具有UCI兼容性

时间:2021-04-18 02:24:42
【文件属性】:
文件名称:Longship:用C ++编写的国际象棋引擎。 具有UCI兼容性
文件大小:28KB
文件格式:ZIP
更新时间:2021-04-18 02:24:42
C++ 长期船 一个用C ++编写的UCI兼容国际象棋引擎。 关于与引擎进行GUI游戏的说明 该引擎是符合UCI标准的准系统,这意味着它可以使用UCI GUI。 我建议下载并使用Arena,可在找到。 所有GUI指令都将与此相关。 获取竞技场副本(上)。 拉这个仓库。 使用以下命令生成一个名为main的可执行文件: cd engine/src make engine 打开Arena,然后选择顶部菜单栏选项Engines --> Install New Engine 。 从engine/src文件夹中选择main可执行文件。 返回顶部菜单栏,浏览Engines --> Load Engine...然后选择Main File --> New Game以针对引擎启动新游戏。 第一步(假设人类是白人),Arena将启动引擎。 注意:在使用Engines --> Log - Window
【文件预览】:
Longship-main
----.gitignore(221B)
----src()
--------uci.cpp(3KB)
--------manager.h(818B)
--------zobrist.h(565B)
--------gamerecorder.cpp(3KB)
--------Makefile(2KB)
--------utilities.h(538B)
--------evaluate.cpp(6KB)
--------moves.h(3KB)
--------utilities.cpp(4KB)
--------zobrist.cpp(4KB)
--------game.h(327B)
--------gamestate.h(396B)
--------manager.cpp(8KB)
--------gamerecorder.h(616B)
--------translator.h(422B)
--------translator.cpp(3KB)
--------game.cpp(1KB)
--------consts.h(6KB)
--------moves.cpp(21KB)
--------movemaker.cpp(5KB)
--------boardutils.h(1KB)
--------main.cpp(712B)
--------movemaker.h(371B)
--------search.h(530B)
--------uci.h(589B)
--------evaluate.h(529B)
--------search.cpp(3KB)
----ReadMe.md(1KB)
----test()
--------text-debugging-help()
--------consts-tests()
--------pythonscripts()
----CMakeLists.txt(35B)

网友评论