The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::Tournament::BlackJack - Framework for Simulating BlackJack Tournaments.

SYNOPSIS

    perl -MGames::Tournament::BlackJack -e run_example_bj_game

    # ** See source for run_example_bj_game() for more information
    # on how to add your own Player modules or otherwise customize
    # the game interface.

DESCRIPTION

You can use the Games::Tournament::BlackJack (GTB for short) modules to:

  - Develop and objectively evaluate BlackJack strategies by subclassing C<GTB::Player> and 
    running competitions with it.
  - Simulate a human player of varying memory facility (not yet implemented in 0.01_01)
  - Win the BlackJack programming tournament.
  - Help find and eliminate any bugs in the tournament engine prior to the actual tournament.

TODO

There is a Player's Guide in the works, it will be the POD documentation for GTB::Player. For now, look at the code and the example players for tips.

Much functionality is still to be written as well, including subroutines in this module to test Player modules without writing your own game script.

SEE ALSO

The discuss folder in this distribution.

AUTHOR

Paul Jacobs, <paul@pauljacobs.net>

COPYRIGHT AND LICENSE

Copyright (C) 2005 by Paul Jacobs

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.4 or, at your option, any later version of Perl 5 you may have available.