major enhancements

release later
This commit is contained in:
2026-04-11 22:40:33 +02:00
committed by GitHub
parent cae67587fd
commit 1e2d33e57c

View File

@@ -14,8 +14,8 @@ int main() {
if ((int) arr % 32 != 0) {
currentPlayer = 1;
} else currentPlayer = 0;
int end;
int faul;
int end = 0;
int faul = 0;
printf("\n------------------------------------------\n");
printf("Ampersand Tic-Tac-Toe (Feet not included.)\n");
printf("Very lightweight Tic-Tac-Toe remake.\n");