Minimax-Based-AI-Player-for-Teeko
PublicAn AI agent for Teeko, a two-player deterministic board game played on a 5×5 grid. The agent is designed using adversarial search principles, specifically the minimax algorithm with depth cutoff and a custom heuristic evaluation function.