mnm-sys / tezdhar

A fast and unbeatable chess engine written in C
GNU General Public License v3.0
3 stars 1 forks source link

Generate FEN from a given board position #8

Open mnm-sys opened 2 years ago

mnm-sys commented 2 years ago
  1. The user at any point during the play should have the ability to generate FEN for the given board position.
  2. The generated FEN should be displayed on screen.
  3. Optionally, the user can save the FEN if he wishes to do so.