mirror of
https://github.com/LucasCodeur/alcu.git
synced 2026-04-28 17:44:34 +02:00
add(ai) ai algorithm working
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user