major enhancements
release later
This commit is contained in:
@@ -14,8 +14,8 @@ int main() {
|
|||||||
if ((int) arr % 32 != 0) {
|
if ((int) arr % 32 != 0) {
|
||||||
currentPlayer = 1;
|
currentPlayer = 1;
|
||||||
} else currentPlayer = 0;
|
} else currentPlayer = 0;
|
||||||
int end;
|
int end = 0;
|
||||||
int faul;
|
int faul = 0;
|
||||||
printf("\n------------------------------------------\n");
|
printf("\n------------------------------------------\n");
|
||||||
printf("Ampersand Tic-Tac-Toe (Feet not included.)\n");
|
printf("Ampersand Tic-Tac-Toe (Feet not included.)\n");
|
||||||
printf("Very lightweight Tic-Tac-Toe remake.\n");
|
printf("Very lightweight Tic-Tac-Toe remake.\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user