|
|
@ -24,6 +24,7 @@ void selectLevel(int grid[SIZE][SIZE]); |
|
|
|
void initializeGrid(int grid[SIZE][SIZE]); |
|
|
|
void generateSudoku(int grid[SIZE][SIZE], int difficulty, int level); |
|
|
|
void turnFunction(int grid[SIZE][SIZE]); |
|
|
|
void tipFunction(int grid[SIZE][SIZE]); |
|
|
|
|
|
|
|
|
|
|
|
int availableLevels[3][3][SIZE][SIZE] = { |
|
|
@ -256,7 +257,9 @@ void turnFunction(int grid[SIZE][SIZE]) { |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void tipFunction(int grid[SIZE][SIZE]) { |
|
|
|
printf("\nTip function - Choose an option:\n"); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|