/3D-Tic-Tac-Toe

3 dimensional tic tac toe. This game uses the minimax algorithm with alpha-beta pruning. Varying levels of difficulty are implemented by controlling how far into the move tree the algorithm looks ahead. Also keeps score.

Primary LanguageJava

This repository is not active