jordanbray / chess

A rust library to manage chess move generation
https://jordanbray.github.io/chess/
MIT License
231 stars 54 forks source link

Implement pawn hashing #86

Open GNUSheep opened 6 months ago

GNUSheep commented 6 months ago

Hello, I implemented a pawn hashing. I think it's working good, if only I understand properly what this function has to do.

It will be nice to add to pawn hash function, to hash also a kings positions, because much of pawn evaluation depends on where is king.