/tic-tac-toe

An N ✕ N Tic Tac Toe game with an AI opponent build with minimax algorithm, α-β pruning, and a heuristic function. The bot looks four moves ahead to pick the next best move.

Primary LanguageTypeScript

No issues in this repository yet.