There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.