From 32096de444f16b484b0f25b2c2f8376ff08bfa40 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 5 May 2024 03:44:29 +0200 Subject: Modified comment --- FICS/algcheck.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'FICS/algcheck.c') diff --git a/FICS/algcheck.c b/FICS/algcheck.c index b2d325f..f06d9e4 100644 --- a/FICS/algcheck.c +++ b/FICS/algcheck.c @@ -33,26 +33,31 @@ #define ALG_UNKNOWN -1 -/* Well, lets see if I can list the possibilities - * Piece moves +/* + * Well, lets see if I can list the possibilities: + * + * Piece moves: * Ne4 * Nxe4 * Nce4 * Ncxe4 * R2f3 * R2xf3 - * Special pawn moves + * + * Special pawn moves: * e4 * ed * exd * exd5 * ed5 - * Drop moves (bughouse, board edit) + * + * Drop moves (bughouse, board edit): * P@f7 P*f7 * #f7 #Nf7 - * (o-o, o-o-o) Castling is handled earlier, so don't worry about that - * Of course any of these can have a + or ++ or = string on the end, just - * cut that off. + * (o-o, o-o-o) + * Castling is handled earlier, so don't worry about that. Of course + * any of these can have a + or ++ or = string on the end, just cut + * that off. */ /* -- cgit v1.2.3