From d416679e5a8ad01a74345f9efb43472f2898d9b7 Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Wed, 6 Oct 2021 09:46:13 -0400 Subject: Went for more standard unicode symbols --- src/geminict.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/geminict.c b/src/geminict.c index dbba324..387c219 100644 --- a/src/geminict.c +++ b/src/geminict.c @@ -28,16 +28,16 @@ #define SQUARE_W 5 #define SQUARE_H 3 -#define STR_FLT_BLK "⛀" -#define STR_FLT_WHT "⛂" -#define STR_STN_BLK "⫾" -#define STR_STN_WHT "❚" -#define STR_CAP_BLK "♕" -#define STR_CAP_WHT "♛" -#define STR_HFL_BLK "▭" -#define STR_HFL_WHT "▬" -#define STR_CHF_BLK "▿" -#define STR_CHF_WHT "▾" +#define STR_FLT_BLK "B" +#define STR_FLT_WHT "W" +#define STR_CAP_BLK "B̂" +#define STR_CAP_WHT "Ŵ" +#define STR_STN_BLK "ƃ" +#define STR_STN_WHT "w̄" +#define STR_HFL_BLK "B" +#define STR_HFL_WHT "W" +#define STR_CHF_BLK "b" +#define STR_CHF_WHT "w" static void put_stone(const enum STONE_VARIANT stone, const enum COLOUR colour, const uint8_t top, const uint8_t beyond_carry_limit) { -- cgit v1.2.3