SNAKEEEEEEEEEEEE

This commit is contained in:
2025-10-17 11:15:53 +02:00
parent d09742ba79
commit 0e133aff32
10 changed files with 317 additions and 60 deletions

View File

@@ -155,7 +155,7 @@ static rooster *initialize_menu(void) {
" Snake \n"
"Minesweeper\n"
" Leave \n";
rooster *rp = rooster_maak(menu);
rooster *rp = grid_from_string(menu);
return rp;
}