
Teeko AI Bot
PythonMinimaxAIGame Dev
A strategic board game powered by a minimax AI bot.
Teeko is a two-player abstract strategy game that was solved in 1998 by Guy Steele using a supercomputer. Since I only had a MacBook, I couldn't brute-force the solution — so I took a smarter route.
I implemented a minimax algorithm to simulate and evaluate the game tree, using a custom heuristic function to approximate the best move at each turn. Guardrails were added to prevent obvious mistakes in crucial scenarios, ensuring a consistent and competitive AI.
The current version runs in the command line, but I'm actively working on a web-based GUI so anyone can play against the AI in a live demo.