Java app which allows you to play the game Breakthrough against a bot using a Minimax function with AB pruning.
The minimax funtion part still needs to be complete. It currently only reaches a depth of 1, BUT the app is functional, which is what I wanted to complete first.