chesslablab / tsblab

A chess library for TypeScript.
GNU General Public License v3.0
15 stars 5 forks source link

Added BishopPairEval and tests for it #65

Closed owais34 closed 2 years ago

owais34 commented 2 years ago

Added Bishop Pair Evaluation class and Tests for it.

Closes https://github.com/chesslablab/ts-chess/issues/56