aialgorithmgame-aigamedevprogramming
Implementing Minimax for Game AI: From Basic Algorithm to Optimized Search
The Minimax or Min-Max algorithm is a very powerful tool for AI decision making in two player games. And in this article we'll try and understand how it works as well as how to optimize and best utilize it for your game AIs.
Read post →