Skip to content

Releases: TomMago/GobyChess

Release list

v1.1

Choose a tag to compare

@TomMago TomMago released this 06 May 11:59
  • Quiescent search
  • Negascout search with moveordering
  • Fix to always go for fastest mate

v1.0

Choose a tag to compare

@TomMago TomMago released this 03 May 14:26
  • Alpha beta without move ordering
  • No quiecent search
  • Piece square table evalutation
  • Basic UCI implementation
  • Heuristic time management based on measurements of average move time for different depths
  • Bottleneck: Checking for mate in evaluation function