I made this project to help you understand how the Minimax with Alpha-Beta pruning algorithm works! If you want to know it's theory you can watch these two videos: Theory Video Tic Tac Toe Minimax Theory
- If you want to debug the app you can set the var
GAME_DEBUG
as true to debug the game, and you can setAI_DEBUG
as true to debug the minimax - You can change the AI's depth setting the var
AI_DEPTH
as the depth that you want the AI to search
Made with ❤️ Arthur Guedes