@ -230,6 +230,29 @@ void turnFunction(int grid[SIZE][SIZE]) {
printf("Invalid input. Please enter a number between 1 and 6.\n");
}
switch (action) {
case 1:
printf("Case 1.\n");
break;
case 2:
printf("Case 2.\n");
case 3:
printf("Case 3.\n");
case 4:
printf("Case 4.\n");
case 5:
printf("Case 5.\n");
case 6:
printf("Case 6.\n");
default: