Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 291 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 291 Bytes

Breakthrough

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.