AlphaBeta 0.1 review
DownloadAlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-playe
|
|
AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-player zero-sum perfect information games in Objective-C.
Both fixed-depth and iterative search is supported.
I created this project using Xcode, and the project checkout also includes the Reversi and TicTacToe frameworks. These are used in AlphaBeta's test suite. The Reversi framework is additionally used by Desdemona, a Reversi game using AlphaBeta for its AI.
AlphaBeta 0.1 search tags