Authors: Andy Li
andylican/Candy-Cruncher
A candy-crush AI that is able to maximize the amount of points earned. It takes in a game board (board.txt, which is generated with GenerateBoardTxtFile.java) from a text file and outputs each move made.
Java