Skip to content

Releases: ecrucru/toledo-uci

Version 1.0.1

02 Nov 21:24
Compare
Choose a tag to compare

Play with the world's smallest chess engine through this UCI adapter running on NodeJS.

This release mainly fixes the bugs related to the games started from an advanced position.

  • Enhanced rule for the castling.
  • Enhanced rule for the initial status of a pawn.
    • Example : position fen 7k/8/8/5K2/2p3Q1/2P5/P4P2/8 w - - 5 53 moves a2a4 won't fail anymore.
  • Verification of the number of kings after a FEN is loaded.
  • Debug command to display the current board.
  • Automated quality tool to reduce the risk of technical regression in the future.

Feel free to report any issue by using the bug tracker.

Version 1.0.0

31 Oct 22:45
Compare
Choose a tag to compare

Play with the world's smallest chess engine through this UCI adapter running on NodeJS.

Please report any bug by using the issue tracker on Github.