magnitopic

Blog

Thoughts on data engineering, AI, and things I've been building or learning.

  1. 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.