In this assignment, I was tasked with creating an Artifical Intelligence using a MiniMax Algorithm in Java that will play the Dots and Boxes Board game using a simple input/output prompt in the Eclipse terminal. The board is created by a 2D array, with each index being either a plus sign (+) for a corner, an asterik for a line (*), or a number to showcase the points that completing a box in that area gets. For instance, take this board that is created using a 2D int array.