commit f2415a87c11df764bacefa67d70efd1c57bd66ff parent d9c1c31debf454d25aaebc6eb90a2bca3e1eb52e Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Wed, 20 Dec 2023 22:46:22 +0100 update README Diffstat:
M | README | | | 16 | ++++++++-------- |
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/README b/README @@ -23,14 +23,14 @@ Files * generate.sh: Read puzzles, shuffle them. Do some sorting based on difficulty and assign score points. -* fen_to_svg: - Read FEN and a few moves and generate an SVG image of the board. -* fen_to_ascii: - Read FEN and a few moves and generate a text representation of the board. -* fen_to_tty: - Read FEN and a few moves and generate a text representation of the board - suitable for a terminal. The terminal requires UTF-8 support for chess - symbols and it uses truecolor for the board theme. +* fen.c: + Read and parse FEN and a few moves and output to various formats: + - ascii: ASCII text representation of the board. + - fen: FEN of the board state after playing the moves. + - svg: SVG image of the board. + - tty: text representation of the board suitable for a terminal. The + terminal requires UTF-8 support for chess symbols and it uses + truecolor for the board theme. References