|
@ -3,6 +3,11 @@ |
|
|
#include <stdlib.h> |
|
|
#include <stdlib.h> |
|
|
#include <string.h> |
|
|
#include <string.h> |
|
|
|
|
|
|
|
|
|
|
|
#define ANSI_COLOR_BRIGHT_RED "\x1b[91m" |
|
|
|
|
|
#define ANSI_COLOR_BRIGHT_CYAN "\x1b[96m" |
|
|
|
|
|
#define ANSI_COLOR_BRIGHT_YELLOW "\x1b[93m" |
|
|
|
|
|
#define ANSI_COLOR_RESET "\x1b[0m" |
|
|
|
|
|
|
|
|
int Zaehler = 1; |
|
|
int Zaehler = 1; |
|
|
// Funktion, um das Spielfeld zu initialisieren |
|
|
// Funktion, um das Spielfeld zu initialisieren |
|
|
void Brett(char Feld[3][3]) { |
|
|
void Brett(char Feld[3][3]) { |
|
|