Hey Everyone,
I made some serious improvement in my project.
I used ncurses library to improve the UI and i fixed the repetitive board which before kept coming to a single board to look more asthetic and a premium finished product.
what bugs i faced:
bracket hell : i stuck because of a unwanted random bracket it has to be solved because it was ruining the rest of the code.
fogot to declare:
i forget to declare the prototype and update the rest of the code where i was using printBoard(board) to printBoard(board,cursor_row,cursor_col) to use the arrow keys to look more refine.
Comments 1
clean and great
Sign in to join the conversation.