README: update filenames - chess-puzzles - chess puzzle book generator
(HTM) git clone git://git.codemadness.org/chess-puzzles
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 29822d687c7eed634e2fd6b480ddbf84cbabf4c2
(DIR) parent d7273cde403340578a406a58fc419ae03277a84f
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Tue, 19 Dec 2023 00:50:04 +0100
README: update filenames
Diffstat:
M README | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -23,11 +23,11 @@ Files
* generate.sh:
Read puzzles, shuffle them. Do some sorting based on difficulty and
assign score points.
-* fen_to_svg.c:
+* fen_to_svg:
Read FEN and a few moves and generate an SVG image of the board.
-* fen_to_ascii.c:
+* fen_to_ascii:
Read FEN and a few moves and generate a text representation of the board.
-* fen_to_tty.c:
+* 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.