add(ai) ai algorithm working

This commit is contained in:
2026-03-28 19:34:30 +01:00
parent 1d96452240
commit 60632fc2a7
6 changed files with 135 additions and 55 deletions
+2 -1
View File
@@ -18,6 +18,7 @@
char *read_file(int fd);
int check_input(int fd);
void print_board(int *game_state, size_t nb_line);
int *fill_array(int fd, int size);
int *fill_array(int fd, int size);
int ai(int *gamestate, int nb_line);
#endif