Skip to content

Releases: blairjordan/bchess

Version 1.0.7

04 Feb 01:14
Compare
Choose a tag to compare

Updates

  • Added methods for determining endgame state, such as checkmate() stalemate().
  • Option to include turn ("b" or "n") in FEN output. FEN input will read turn (if included in the input string).
  • Board is now reinitialised on input()
  • Scoring is no longer based on history. It is instead deduced from current pieces on the board.
  • moveToSAN() function to generate algebraic notation for a potential move.

First release

26 Jan 10:26
Compare
Choose a tag to compare
First release Pre-release
Pre-release
v1.0.0-beta

Merge remote-tracking branch 'origin/master'