Games::Poker::OPP

Implements the Online Poker Protocol
Download

Games::Poker::OPP 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::OPP Tags


Games::Poker::OPP Description

Implements the Online Poker Protocol Games::Poker::OPP is a Perl module that implements the Online Poker Protocol.SYNOPSIS use Games::Poker::OPP; my $poker = Games::Poker::OPP->new( username => "Perlkibot", password => "sekrit", server => "chinook6.cs.ualberta.ca", port => 55006 ); $poker->connect or die $@;This class implements the Online Poker Protocol as specified at http://games.cs.ualberta.ca/webgames/poker/bots.html. This implementation uses IO::Socket::INET to do all the communication, but is designed to be subclassable for, e.g. POE. Requirements: · Perl


Games::Poker::OPP Related Software