TicTacToe AI: Human vs AI Baseline

Python, minimax, alpha-beta
cover

A foundational tic-tac-toe engine built with minimax and optional alpha-beta pruning. It supports human vs AI play via CLI and serves as a stepping stone toward understanding more complex adversarial search problems.