realtwister / MateFinder

A C++ program to find a checkmate given some boardposition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MateFinder

A C++ program to find a checkmate given some boardposition

Quick guide to get started:

git clone https://www.github.com/realtwister/MateFinder.git
cd MateFinder
make
./MateFinder -h

For more information, consult the documentation, at https://realtwister.github.io/MateFinder.

About

A C++ program to find a checkmate given some boardposition


Languages

Language:C++ 99.3%Language:Makefile 0.7%