Tic-Tac-Toe

impossible to beat

This is an impossible to win version of tic-tac-toe. Minimax algorithm is implemented as AI to insure human player never wins. Game uses HTML5 canvas to draw board.

Features

Artificial Intelligence: Implementation of minimax algorithm