alphabeta pruning
Minimax with alpha-beta pruning, Objective C, iPhone
29/06/09 15:29 Filed in: objective c
Here’s a small tutorial on how to implement game algorithm minimax and its variant alpha-beta pruning in objective C. The tutorial focuses on finding the best possible move for a 2 player turn-based game and explains the search algorithm as well as the methods used by it. You can also find a few optimization tips, important if you’re developing a game for iPhone or iPod Touch. Read More...
0 Comments