Skip to content

Commit

Permalink
removed line from help
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Apr 30, 2021
1 parent e002060 commit 441c71a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions checkers.c
Original file line number Diff line number Diff line change
Expand Up @@ -465,14 +465,13 @@ void help(void){
header();
attron(A_BOLD);
mvprintw(3,0," **** THE CONTROLS ****");
mvprintw(9,0,"YOU CAN ALSO USE THE MOUSE!");
mvprintw(8,0,"YOU CAN ALSO USE THE MOUSE!");
attroff(A_BOLD);
mvprintw(4,0,"RETURN/ENTER : Select or move the piece");
mvprintw(5,0,"SPACE : Flag/Unflag");
mvprintw(6,0,"hjkl/ARROW KEYS : Move cursor");
mvprintw(7,0,"q : quit");
mvprintw(8,0,"F1 & F2 : Help on controls & gameplay");
mvprintw(11,0,"Press a key to continue");
mvprintw(5,0,"hjkl/ARROW KEYS : Move cursor");
mvprintw(6,0,"q : quit");
mvprintw(7,0,"F1 & F2 : Help on controls & gameplay");
mvprintw(10,0,"Press a key to continue");
refresh();
getch();
erase();
Expand Down

0 comments on commit 441c71a

Please sign in to comment.