mirror of
https://github.com/abakh/nbsdgames.git
synced 2024-11-02 16:27:18 -04:00
Merge branch 'master' of https://github.com/abakh/nbsdgames
This commit is contained in:
commit
035701541b
2
sos.c
2
sos.c
@ -234,7 +234,7 @@ void gameplay(void){
|
||||
mvprintw(3,0," **** THE GAMEPLAY ****");
|
||||
attroff(A_BOLD);
|
||||
move(4,0);
|
||||
printw("The game is similiar to Tic Tac Toe:\n");
|
||||
printw("The game is similar to Tic Tac Toe:\n");
|
||||
printw("The players write S and O in the squares\n");
|
||||
printw("and making the straight connected sequence\n");
|
||||
printw("S-O-S makes you a score; obviously, the\n");
|
||||
|
2
sudoku.c
2
sudoku.c
@ -283,7 +283,7 @@ void help(void){
|
||||
mvprintw(8,0,"n : New board");
|
||||
mvprintw(9,0,"r : Restart");
|
||||
if(size>4)
|
||||
printw(" (some of these alphabet controls maybe overrided in certain sizes)");
|
||||
printw(" (some of these alphabet controls maybe overridden in certain sizes)");
|
||||
mvprintw(10,0,"? : Hint (not like in other games)");
|
||||
mvprintw(11,0,"F1 & F2: Help on controls & gameplay");
|
||||
mvprintw(12,0,"PgDn,PgUp,<,> : Scroll");
|
||||
|
Loading…
Reference in New Issue
Block a user