Games::AlphaBeta & Games::AlphaBeta::Position
=============================================

These modules provide a generic framework for implementing games
where the MiniMax/AlphaBeta game-tree search can be used.
Examples of games that fall into this category include Chess,
Othello, Connect4, Go, Tic-Tac-Toe and many other boardgames. 


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module depends on Games::Sequential and Carp.

COPYRIGHT AND LICENCE

Copyright (C) 2004 by Stig Brautaset

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.3 or,
at your option, any later version of Perl 5 you may have available.


