Games::Poker::TexasHold'em

Games::Poker::TexasHold'em is an abstract state in a Hold'em game.
Download

Games::Poker::TexasHold'em Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Cozens
  • Publisher web site:
  • http://search.cpan.org/~simon/Sub-Versive-0.01/Versive.pm

Games::Poker::TexasHold'em Tags


Games::Poker::TexasHold'em Description

Games::Poker::TexasHold'em is an abstract state in a Hold'em game. Games::Poker::TexasHold'em is an abstract state in a Hold'em game.SYNOPSIS use Games::Poker::TexasHold'em; my $game = Games::Poker::TexasHold'em->new( players => , button => "Hectate", bet => 10, limit => 50 ); $game->blinds; # Puts in both small and large blinds print $game->pot; # 15 $game->call; # Hecate puts in 10 $game->bet_raise(15) # RichardIII sees the 10, raises another 5 ...This represents a game of Texas Hold'em poker. It maintains the state of the pot, who's in to what amount, who's folded, what the bankrolls look like, and so on. It's meant to be used in conjunction with Games::Poker::OPP, but can be used stand-alone as well for analysis. Requirements: · Perl


Games::Poker::TexasHold'em Related Software