文件名称:pystockfish:实现易于使用的Engine类,以将Stockfish Chess引擎与Python集成在一起
文件大小:19KB
文件格式:ZIP
更新时间:2024-06-14 17:38:06
Python
Y鱼 这包装了Stockfish国际象棋引擎,可轻松集成到python中。 Stockfish必须在根级别可执行。 建立在通过Stockfish 120212测试的Ubuntu 12.1上。 有关开放源Stockfish国际象棋引擎的信息,请访问: : 例子: 这是一个Python控制台示例。 >> > from pystockfish import * >> > deep = Engine ( depth = 20 ) >> > deep . setposition ([ 'e2e4' ]) >> > deep . bestmove () { 'info' : 'info depth 10 seldepth 13 score cp -40 nodes 33303 nps 951514 time 35 multipv 1 pv b8c6 g1f3 g8f6 b
【文件预览】:
pystockfish-master
----setup.py(2KB)
----pystockfish.py(9KB)
----LICENSE.txt(34KB)
----example.py(588B)
----README.md(3KB)
----test()
--------__init__.py(1B)
--------test_functional.py(467B)