Main > Programming > Libraries >

Games::Euchre 1.02

Games::Euchre 1.02

Sponsored Links

Games::Euchre 1.02 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.021 MB
Platform: Any Platform
License: GPL (GNU General Public License)
Price:
Downloads: 1035
Date added: 2007-01-03
Publisher: Chris Dolan

Games::Euchre 1.02 description

Games::Euchre is an Euchre card game for humans and computers.

SYNOPSIS

Simply run my game wrapper:

% euchre.pl

or write your own:

use Games::Euchre;
use Games::Euchre::AI::Simple;
use Games::Euchre::AI::Human;

my $game = Games::Euchre->new();
foreach my $i (1..3) {
$game->setAI($i, Games::Euchre::AI::Simple->new());
}
$game->setAI(4, Games::Euchre::AI::Human->new());
$game->playGame();
my @scores = sort {$b <=> $a} $game->getScores();
print("The winner is " . $game->getWinner()->getName() . " with a score of " .
"$scores[0] to $scores[1]n");

This software implements the card game of Euchre. The game is played with four players composing two teams. Any of the four players can be human or computer players, but more than one human is not well supported yet.

The Games::Euchre::AI module implements a simple framework for adding new classes of human interfaces or computer opponents. I recomment that AI writers use Games::Euchre::AI::Simple (a REALLY dumb computer opponent) as starting point.
Aside from the ::AI class and its descendents, this package also implements the following classes: Games::Euchre::Team, Games::Euchre::Player and Games::Euchre::Trick.

Games::Euchre 1.02 Screenshot

Advertisements

Games::Euchre 1.02 Keywords

Bookmark Games::Euchre 1.02

Hyperlink code:
Link for forum:

Games::Euchre 1.02 Copyright

WareSeeker periodically updates pricing and software information of Games::Euchre 1.02 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Games::Euchre 1.02 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Games::Euchre::AI is a Player API for Euchre card game. Free Download
Games::Euchre::Trick is a trick class for Euchre card game. Free Download
Games::Euchre::Player is a player class for Euchre card game. Free Download
Games::Checkers is a Perl module that allows you to play the Checkers games. Free Download
Euchre project is an Euchre game. Free Download
Games::Cards is a Perl module for writing and playing card games. Free Download
Scalar is an addictive cross-platform puzzle game written in C++ using SDL library. Free Download
Five Chess is a connect-five board game. Free Download