hchesslib-0.1.0.0: Chess library

Portabilityunknown
Stabilityexperimental
Maintainermiikapetteri@gmail.com
Safe HaskellSafe-Inferred

Chess.FEN

Description

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

Synopsis

Documentation

writeFEN :: GameState -> StringSource

Write the current game state as FEN notation

readFEN :: String -> Maybe GameStateSource

Parse game state from FEN notation