jacobrs / stocklion

Custom built chess bot in c++. Coding night personal project to compete against similar bots abiding by the UCI protocol.
MIT License
4 stars 0 forks source link

Scoring #10

Open jacobrs opened 6 years ago

jacobrs commented 6 years ago

Implement scoring functionality to provide a board score for a given board. This will be used in the alpha beta pruning algorithm.