jose01carrillo30 / Pegasus

Hobbyist chess engine built from the ground up in C++. Follows the Universal Chess Interface (UCI).
1 stars 1 forks source link

Integrate hash function #19

Open jose01carrillo30 opened 4 years ago

jose01carrillo30 commented 4 years ago

I made the (possibly working?) hash function last semester, but we haven't used it or modified it since. It needs to be called by the pruning algorithm, and tested to make sure it works.

jose01carrillo30 commented 4 years ago

Waiting on dependency of #20 before implementing to allow for testing.