New engine: Clover

Discussion of chess software programming and technical issues.

Moderators: hgm, Rebel, chrisw

lucametehau
Posts: 100
Joined: Thu Apr 22, 2021 3:56 pm
Location: Bucharest, Romania
Full name: Metehau Luca

New engine: Clover

Post by lucametehau »

Hi everyone!

I'm Luca and I have recently developed a chess engine in C++. I started 2 years ago, when I learned Python and found out about python-chess library. I managed to make an engine, but it was too too slow. So, I decided to start from scratch an engine in C++, which proved to be fun, and I countinued to this day. Of course, this is not my first version, but is one I'm ok with. (Other versions have major bugs...)

Github link: https://github.com/lucametehau/CloverEngine.
From testing, I could say that Clover is 2800+ (maybe 2900+, not too sure).

I would love to hear your thoughts. Feel free to criticize me as well! :D
bastiball
Posts: 5202
Joined: Tue Oct 20, 2020 4:18 am
Full name: Basti Dangca

Re: New engine: Clover

Post by bastiball »

Congrats mr. Luca, you can post this in the general forum :D

Goodluck for the next version! :D
Basti Dangca
CCRL testing group
lucametehau
Posts: 100
Joined: Thu Apr 22, 2021 3:56 pm
Location: Bucharest, Romania
Full name: Metehau Luca

Re: New engine: Clover

Post by lucametehau »

Thanks bastiball!

Can I just copy-paste my post in general? Do i need to delete this topic? :D
User avatar
AlexChess
Posts: 1483
Joined: Sat Feb 06, 2021 8:06 am
Full name: Alex Morales

Re: New engine: Clover

Post by AlexChess »

Hi Luca,
I'm really admired by your Clover 2.4 engine!

I've played a superblitz between it and all the top engines and it scored very well (18 points 43°/61) reaching an ELO of 3300 ELO, please continue to improve it :)

Here you find your profile with all the games from the SuperBlitz:
forum3/viewtopic.php?f=2&t=78182

Best regards, Alex
Chess engines and dedicated chess computers fan since 1981 :D Mac mini M1 8GB-256GB, Windows 11 & Ubuntu ARM64.
ProteusSF Dev Forum: https://shorturl.at/bpvI1
User avatar
Scally
Posts: 232
Joined: Thu Sep 28, 2017 9:34 pm
Location: Bermondsey, London
Full name: Alan Cooper

Re: New engine: Clover

Post by Scally »

Hi Luca,

After reading your README.md file, Clover compiles fine on my Raspberry Pi Linux armv7 by just removing -static from the Makefile, I left -pthread in there.


Thanks,

Al.