/tic-tac-joe

Simple implementation of the minimax algorithm for AI in tic tac toe

Primary LanguageJavaScript

tic-tac-joe

Basic traditional tic tac toe implementation.

This uses the minimax algorithm with varying depths dependending on difficulty. Need to include alpha-beta pruning to reduce tree search overhead especially for impossible mode.

You can play it at: http://indjoi.com/play.php?id=70