hchesslib-0.1.0.0: Chess library

CopyrightMiika-Petteri Matikainen 2014
LicenseGPL-2
Maintainermiikapetteri@gmail.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe-Inferred
LanguageHaskell2010

Chess.FEN

Description

Parsing chess games from FEN notation (https:/en.wikipedia.orgwiki/Forsyth%E2%80%93Edwards_Notation).

Synopsis

Documentation

writeFEN :: GameState -> String Source

Write the current game state as FEN notation

readFEN :: String -> Maybe GameState Source

Parse game state from FEN notation