daisychess: a perft-complete engine in 300 lines of code

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

oriyonay
Posts: 32
Joined: Tue Jun 01, 2021 5:46 am
Full name: ori yonay

daisychess: a perft-complete engine in 300 lines of code

Post by oriyonay »

Hi there - I hope you're all having a phenomenal day!
I wrote a tiny perft-complete chess engine in 300 lines of python code over the past few days. It employs pure negamax with alpha-beta pruning and plays decent chess. You might be interested in checking it out on github :)

The main goal behind this was some pre-weekend fun, which was definitely achieved!

Have a great weekend!
- Ori