Belofte version 2.1.9
A promising chess program using the UCI or Winboard interface
Bug List
Member SearchAlphaBeta::CalcBestMove (bBoard &b, bMoveList &ml, depth_t const nDepth, bSearchScore alpha, bSearchScore beta)
alpha/beta values do not bubble up to calling function
Member SearchAlphaBeta::Quiescence (bBoard &b, depth_t const nDepth, bSearchScore alpha, bSearchScore beta, uint8_t nCheckCount)

alpha/beta values do not bubble up to calling function

quit after first move

Member XboardMode::sendDebug (int const l, std::string const &info) override
why do we need to split in 2 lines?