|
@ -35,9 +35,22 @@ int x_wins_02_12_22(char board[][3]); |
|
|
int x_wins_00_01_02(char board[][3]); |
|
|
int x_wins_00_01_02(char board[][3]); |
|
|
//prüft, ob X bei Index 00, 01, 02 ist |
|
|
//prüft, ob X bei Index 00, 01, 02 ist |
|
|
|
|
|
|
|
|
int o_wins_00_10_20(char board[][3]) |
|
|
|
|
|
|
|
|
int o_wins_00_10_20(char board[][3]); |
|
|
// prüft, ob O bei Index 00, 10, 20 ist. |
|
|
// prüft, ob O bei Index 00, 10, 20 ist. |
|
|
|
|
|
|
|
|
|
|
|
int x_wins_10_11_12(char board[][3]); |
|
|
|
|
|
//prüft, ob X bei Index 10, 11, 12 ist |
|
|
|
|
|
|
|
|
|
|
|
int x_wins_20_21_22(char board[][3]); |
|
|
|
|
|
// prüft, ob X bei Index 20, 21, 22 ist |
|
|
|
|
|
|
|
|
|
|
|
int x_wins_00_11_22(char board[][3]); |
|
|
|
|
|
// prüft, ob X bei Index 00, 11, 22 ist |
|
|
|
|
|
|
|
|
|
|
|
int x_wins_02_11_20(char board[][3]); |
|
|
|
|
|
// prüft, ob X bei Index 02, 11, 20 ist |
|
|
|
|
|
>>>>>>> 2db6d7e7b64f8bdbc0a3390d95c27edc00af7924 |
|
|
|
|
|
|
|
|
int string_character_counter(char string[]); |
|
|
int string_character_counter(char string[]); |
|
|
// liefert die Länge eines Strings zurück |
|
|
// liefert die Länge eines Strings zurück |
|
|
|
|
|
|
|
@ -142,4 +155,7 @@ float average(float x, float y); |
|
|
// Function to calculate the remainder of division between two numbers |
|
|
// Function to calculate the remainder of division between two numbers |
|
|
float remainderValue(float x, float y); |
|
|
float remainderValue(float x, float y); |
|
|
|
|
|
|
|
|
|
|
|
float f(float m); |
|
|
|
|
|
// berechnet die Gewichtkraft |
|
|
|
|
|
|
|
|
#endif |
|
|
#endif |