Skip to content

Version 1.0.7

Latest
Compare
Choose a tag to compare
@blairjordan blairjordan released this 04 Feb 01:14
· 14 commits to master since this release

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.