@hackage / chesshs

Simple library for validating chess moves and parsing PGN files

Latest0.2.1

About

Metadata

  • Last updated , by ArnoVanLumig
  • License BSD-3-Clause
  • Categories Game Development
  • Maintained by: arno@vanlumig.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    no-pgn (off by default)

    don't include the PGN parser, this removes the attoparsec dependency

Readme

With this library you can load chess boards from FEN and PGN notation and apply moves to the boards. Moves will only be allowed if they are valid under the normal chess rules.