AI player for Gomoku following a tree search approach with alpha beta pruning
-
Updated
May 30, 2018 - Java
AI player for Gomoku following a tree search approach with alpha beta pruning
A templated, optimized implementation of the Minimax Algorithm using closed set and a-b pruning. Includes a Othello/Reversi game using it as an opponent.
UIUC AI Project
Add a description, image, and links to the abpruning-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the abpruning-algorithm topic, visit your repo's landing page and select "manage topics."