BaranCanOener / ConsoleChess

A chess game on the command prompt written in C++, including an engine to play against or to play itself.
MIT License
7 stars 0 forks source link

Elo points of the engine #2

Open TheMechanos opened 3 years ago

TheMechanos commented 3 years ago

Hello, have you ever tried to measure how many ELO points your chess engine has? I'd like to port your project to run on an embedded system ;)

BaranCanOener commented 3 years ago

Hey TheMechanos! Sorry, I saw your message quite late - thanks for reaching out. I've only really pitted it against chess.com bots to get an estimate. With some recent changes (Hashtables) that I have still to upload to the repo it should get into the ~1600,1700 range if I remember correctly but that was hardly a scientific test. Curious to see where it goes if you port it to an embedded system!

TheMechanos commented 3 years ago

Hey, i used your project code which was my thesis. There were some changes that were required for an embedded system. Video: https://youtu.be/7V-EhZth4Ks