From cbfd0186b99c800c5e06569910dcf300ff7db59c Mon Sep 17 00:00:00 2001 From: "Mr. Sam" Date: Mon, 20 Jul 2026 23:01:43 +0100 Subject: Never mind, colour hints were better --- board.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board.c b/board.c index b14f225..8c0d75b 100644 --- a/board.c +++ b/board.c @@ -41,8 +41,8 @@ void PrintBoard(char board[8][8]){ } attron(A_BOLD | COLOR_PAIR(4)); - if ( i == 1) printw(" HAND: %d ", hand); - if ( i == 6) printw(" POSITION: %d ", board[cursorPosX][cursorPosY]); + if ( i == 1) printw(" BLACK "); + if ( i == 6) printw(" WHITE "); attroff(A_BOLD | COLOR_PAIR(4)); printw("\n"); } -- cgit v1.2.3