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
@@ -26,7 +26,8 @@ SRC = main.c \
get_next_line.c \
fill_array.c \
check_input.c \
print_board.c
print_board.c \
ai.c
SRCS = $(addprefix $(P_SRC), $(SRC))
OBJS = $(patsubst $(P_SRC)%.c,$(P_OBJ)%.o,$(SRCS))