rbaltrusch / chess_ng

Full chess engine including chess AI
MIT License
2 stars 2 forks source link

FEN notation load and save #11

Closed rbaltrusch closed 7 months ago

rbaltrusch commented 2 years ago

Currently, the game can only be started using a standard starting position.

Initialising a board position using a FEN notation string in a configuration file or over the command line would result in more flexibility.

For symmetry, a given board state shoud also be convertible to a FEN string.

rbaltrusch commented 7 months ago

Implemented in commit e6cc744ec0266756ab6ffcf5593a5295f5bcedd9.