diff options
| -rw-r--r-- | src/geminict.c | 20 |
1 files changed, 10 insertions, 10 deletions
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) { |
