Skip to content

Releases: ProspectPyxis/sq-32

v0.2.0

12 Oct 08:04
Compare
Choose a tag to compare

Added

  • Moves can now be undone on the Game instance
  • AI module with random AI implemented
  • go command to order the AI to make a move
  • auto\_go config option to have the AI go immediately on its turn
  • Functions and commands to get the FEN and partial PDN of a game
  • move history function and command to get previous moves made in the game
  • move undo function and command to undo previous moves
  • rewind function and command to get a board's previous state
  • exit command to safely exit the bot

Fixed

  • Fixed a bug where pieces won't promote properly at the end of a capture chain

Changed

  • Major refactoring, fix most clippy style errors

To see the full changelog of every version prior to this one, see CHANGELOG.md.

v0.1.0

08 Oct 12:22
Compare
Choose a tag to compare

Added

  • New board module
  • Function to set pieces on the board one by one
  • Function to set the board based on a draughts FEN string
  • Functions to fetch/make moves on board
  • Game struct to hold all game data
  • Game can check winners/losers
  • Command line interface for interacting with the game

To see the full changelog of every version prior to this one, see CHANGELOG.md.