m-turambar / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:C++ 100.0%