AlphaBeta 0.1 review

Download
by rbytes.net on

AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-playe

License: GPL (GNU General Public License)
File size: 0K
Developer: Stig Brautaset
0 stars award from rbytes.net

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 keywords