Browse Source

Headerdatei für O gewinnt senkrecht links erstellt

remotes/origin/siamak
Siamak 11 months ago
parent
commit
4e982d4aba
  1. 3
      src/c/funktionen.h

3
src/c/funktionen.h

@ -35,6 +35,9 @@ int x_wins_02_12_22(char board[][3]);
int x_wins_00_01_02(char board[][3]);
//prüft, ob X bei Index 00, 01, 02 ist
int o_wins_00_10_20(char board[][3])
// prüft, ob O bei Index 00, 10, 20 ist.
int string_character_counter(char string[]);
// liefert die Länge eines Strings zurück

Loading…
Cancel
Save