liamt19 / Lizard

Chess engine written in C#
MIT License
31 stars 2 forks source link

Obey node limiting exactly #75

Closed liamt19 closed 2 months ago

liamt19 commented 2 months ago

This is only done when running single-threaded since doing this with multiple threads is expensive and pointless.