giewev / Classy

MIT License
1 stars 0 forks source link

Implement Zobrist Hashing for boards #1

Closed giewev closed 7 years ago

giewev commented 8 years ago

Zobrist hashing seems like a good way to hash a board state. This will enable evaluation and move generation lookups

giewev commented 7 years ago

Added a class which implements Zobrist hashing on boards, and a unit test validating that updating it is consistent with reloading it on a new board.