Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



New version chess engine: PurplePanda 12


 
PurplePanda Have fun exploring the code or playing the engine (UCI).

Playing/Compiling it yourself
Compiling "UCI_wrapper.cpp" will give you the latest PurplePanda version.
```
cd src
g++ UCI_wrapper.cpp -o PurplePanda.exe -march=native -O3
```
Alternatively, find the executables under "Releases". You will have to copy the two provided dll files also to the same location as the engine.

Vesion 12: Score vs V11 58% (Elo +56)
* improved move generator: calculation of all attacked squares and pinned pieces; small speed improvement
* sorting moves incorporated into the move generation; active at depth <=5


Comments