文件名称:Patrician:C语言的国际象棋引擎实验
文件大小:97KB
文件格式:ZIP
更新时间:2024-07-19 11:10:42
C
看板状态: 构建状态: 建筑贵族 Patrician 使用 scons 作为其构建系统。 Scons 是 make 的替代品,可以从他们的。 安装 scons 后,您可以通过从存储库基本目录中的命令提示符发出 scons 命令来构建 Patrician。 奔跑的贵族 Patrician 构建到存储库内的 bin 目录。 运行可执行文件后,您可以使用命令“help”查看可用命令列表。
【文件预览】:
Patrician-master
----.gitignore(325B)
----README.md(777B)
----utils()
--------magic_finder.c(5KB)
----SConstruct(3KB)
----Patrician()
--------Patrician()
--------Patrician.sln(1KB)
----tests()
--------test_board.check(3KB)
--------checkmk(9KB)
--------test_move.check(7KB)
--------cat_tests.py(809B)
----LICENSE(1KB)
----src()
--------move.h(5KB)
--------main.c(8KB)
--------move.c(21KB)
--------perft.c(3KB)
--------eval()
--------game.c(24KB)
--------board.c(13KB)
--------search.h(204B)
--------game_time.c(1KB)
--------engine.h(777B)
--------bitscans.h(991B)
--------engine.c(5KB)
--------perft.h(277B)
--------board.h(3KB)
--------debug_log.c(799B)
--------game_time.h(343B)
--------search.c(8KB)
--------evaluation.c(3KB)
--------game.h(238B)
--------moves()
--------hashing()
--------io()
--------evaluation.h(310B)
--------debug_log.h(349B)
----.travis.yml(168B)
----data()
--------bratko_kopec.epd(2KB)
--------win_at_chess.epd(22KB)
--------kaufman.epd(2KB)
--------silent.epd(11KB)
--------nolot.epd(956B)
--------longuet.epd(4KB)
--------null_move.epd(438B)
--------ccr_one_hour.epd(2KB)
--------search.epd(44KB)
--------perft.epd(10KB)
----logs()
--------html_tt_chess.css(8KB)
--------html_tt_chess.js(22KB)
--------footer.html(23B)
--------header.html(924B)
----parse_log.py(6KB)