Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 524 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 524 Bytes

Syzygy.jl

Probing code for Syzygy tablebases based on Python Chess Syzygy.

Download tablebases from here.

Installation

(@v1.6) pkg> add https://github.com/markus7800/Syzygy.jl.git

Usage

using Chess
using Syzygy

tb = open_tablebase("syzygy/3-4-5")

b = fromfen("8/2K5/4B3/3N4/8/8/4k3/8 b - - 0 1")

probe_wdl(tb, b)

probe_dtz(tb, b)