myopic-board 1.3.1

Representation of a chess board
docs.rs failed to build myopic-board-1.3.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: myopic-board-2.2.0

myopic board

Representation of the state of play of a chess game with the following features:

  • Efficiently generate legal moves for any state of play
  • Evolve a position forward and backwards
  • Track the positional history of a game
  • Load positions from a FEN string
  • Convert pgn games to moves