PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Add unit tests for stateful evaluation function #26

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

Added a unit test for the evaluation function. This doesn't tests it's output but rather checks that it doesn't change the given board in any weird way.