Connect-4-bot
Board.h contains code for a connect 4 game in terminal.
C4AI.h contains code for an algorithm that plays connect 4 meant to be used with board.h
dynamicarray.h contains the implementation for dynamic array classes used in board.h and C4I.h
Executing playc4.cpp allows you to play connect 4 against the algorithm.