• Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    C++
  • Created almost 10 years ago
  • Updated almost 10 years ago

Reviews

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.