1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00
This commit is contained in:
Alex Myczko 2021-04-20 13:22:19 +02:00 committed by GitHub
parent d8c37fbbab
commit 1be5fdd533
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
sos.c
View File

@ -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");