rbaltrusch / chess_ng

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

Algebraic chess notation #12

Open rbaltrusch opened 2 years ago

rbaltrusch commented 2 years ago

The game moves are not currently notated using the standard algebraic chess notation. Instead, move descriptions are logged in the command line and to a log file.

It would be good to also be able to export all moves played to arrive at a certain board state as algebraic chess notation.