BenBot - UCI chess engine
Author: Ben Vining
BenBot - engine information
A UCI chess engine.
- Board representation and move generation is in `libchess/`
- Evaluation and search is in `libbenbot/`
- ben-bot/` is the actual engine executable
v.1.5.2:
Bug Fixes
build error (7d2671b)
pondering fixes (f7ad331)
when in ponder mode, search isn't exited until stop or ponderhit (3bfa629)
What's Changed
Ponder fixes by @benthevining
Comments
Post a Comment