Skip to content

Releases: healeycodes/andoma

v0.1.1

02 Jun 05:55
171ce2f
Compare
Choose a tag to compare

Our single dependency has been updated!

In addition, a key bug in Tomasz Michniewski's Simplified Evaluation Function was found and has been fixed.

Fixes:

Bumps:

v0.1

17 Apr 16:46
822fe13
Compare
Choose a tag to compare

This is the initial release of Andoma!

I'm satisfied with the test coverage and the engine's ability to play 'entry-level computer chess' via both command-line and the minimal UCI interface.

Features:

  • Alpha-beta pruning for move searching
  • Move ordering based off heuristics like captures and promotions
  • Tomasz Michniewski's Simplified Evaluation Function for board evaluation and piece-square tables
  • A slice of the Universal Chess Interface (UCI) to allow challenges via lichess.org
  • A command-line user interface