Skip to content Skip to sidebar Skip to footer
Showing posts with the label Minimax

How To Implement A Transposition Table For Connect 4?

I'm making a connect 4 AI in python, and I'm using minimax with iterative deepening and alp… Read more How To Implement A Transposition Table For Connect 4?

TicTacToe And Minimax

I am a young programmer that is learning python and struggling to implement an AI (using minimax) t… Read more TicTacToe And Minimax