FreeBSD.software
Home/games/p5-Games-AlphaBeta

p5-Games-AlphaBeta

0.4.7_2

Game-tree search with object oriented interface

Games::AlphaBeta provides a generic implementation of the AlphaBeta game-tree search algorithm (also known as MiniMax search with alpha beta pruning). This algorithm can be used to find the best move at a particular position in any two-player, zero-sum game with perfect information. Examples of such games include Chess, Othello, Connect4, Go, Tic-Tac-Toe and many, many other boardgames. Users must pass an object representing the initial state of the game as the first argument to new(). This object must provide the following methods: copy(), apply(), endpos(), evaluate() and findmoves(). This is explained more carefully in Games::AlphaBeta::Position which is a base class you can use to implement your position object.

Origin: games/p5-Games-AlphaBeta
Category: games
Size: 47.1KiB
License: ART10, GPLv1+
Maintainer: bofh@FreeBSD.org
Dependencies: 1 packages
Required by: 0 packages
$pkg install p5-Games-AlphaBeta

Dependencies (1)

More in games