liamt19 / Lizard

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

Search Cleanups #20

Closed liamt19 closed 7 months ago

liamt19 commented 7 months ago

This reordered lines to standardize how Negamax and QSearch look, and also removed the unnecessary "StatScore" variable.