|
|
@ -50,10 +50,10 @@ int x_wins_02_11_20(char board[][3]); |
|
|
|
int o_wins_00_10_20(char board[][3]); |
|
|
|
// prüft, ob O bei Index 00, 10, 20 ist. |
|
|
|
|
|
|
|
int o_wins_01_11_21(char board[][3]) |
|
|
|
int o_wins_01_11_21(char board[][3]); |
|
|
|
// prüft, ob O bei Index 01, 11, 21 ist. |
|
|
|
|
|
|
|
int o_wins_02_12_22(char board[][3]) |
|
|
|
int o_wins_02_12_22(char board[][3]); |
|
|
|
// prüft, ob O bei Index 02, 12, 22 ist. |
|
|
|
|
|
|
|
int string_character_counter(char string[]); |
|
|
|