Mate Finder
|
Welcome to MateFinder! This program will search for the shortest forced mating sequence given a position on the board up to some specifiable maximum depth.
To follow this "How to" one needs
Open a terminal in whichever folder you want to put the program in. Next, run
and that's it. You can now execute the program by
or go
for the help. More information about FEN's can be found here. A nice tool for creating your own FEN's is this one.
After following the "How to" above the tests can be ran by
The tests make use of the doctest.h
framework which is included in the test
folder.
This program was created by Erik Meulman and Arjan Cornelissen, in the spring of 2017.
This project was part of the course Object Oriented Scientific Programming with C++ at Delft University of Technology.