/OpenCV-Chess-Drone

It's a self playing chess program that uses template matching to extract the position it sees in a certain window, then produces a FEN string, sends it to a chess engine (fruit) and receives the best move as a string as well. Using this best move it grabs control of the mouse and makes the move.

Primary LanguageC++

No issues in this repository yet.