jhlywa / chess.js

A TypeScript chess library for chess move generation/validation, piece placement/movement, and check/checkmate/draw detection
BSD 2-Clause "Simplified" License
3.71k stars 891 forks source link

Proposal to add Zobrist Hashing in Chess.js. #372

Open LouieMartin opened 1 year ago

LouieMartin commented 1 year ago

I would like if someone would add Zobrist Hashing in Chess.js because I'm trying to implement a Transposition Table but there is no hash function.

dhirallin commented 1 year ago

I second this.