Games::AlphaBeta::Position

Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta.
Download

Games::AlphaBeta::Position Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stig Brautaset
  • Publisher web site:
  • http://search.cpan.org/~stig/Games-AlphaBeta-0.4.6/lib/Games/AlphaBeta/Reversi.pm

Games::AlphaBeta::Position Tags


Games::AlphaBeta::Position Description

Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta. Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta.SYNOPSIS package My::GamePos; use base qw(Games::AlphaBeta::Position); sub apply { ... } sub endpos { ... } # optional sub evaluate { ... } sub findmoves { ... } package main; my $pos = My::GamePos->new; my $game = Games::AlphaBeta->new($pos);Games::AlphaBeta::Position is a base class for position-classes that can be used with Games::AlphaBeta. It inherits most of its methods from Games::Sequential::Position; make sure you read its documentation.This class is provided for convenience. You don't need this class in order to use Games::AlphaBeta. It is, however, also possible to make use of this class on its own. Requirements: · Perl


Games::AlphaBeta::Position Related Software