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.72k stars 892 forks source link

Introduce basic search function #470

Closed ghost closed 3 months ago

ghost commented 3 months ago

Considering the following help to develop search function:

To get started we'll need the items above! @jhlywa I want to do these items, even if it takes some time.