Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.248.065 Times

Games::Euchre 1.02

  Date Added: January 11, 2010  |  Visits: 2.548

Games::Euchre

Report Broken Link
Printer Friendly Version


Product Homepage
Download (234 downloads)



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..

Requirements: No special requirements
Platforms: Linux
Keyword: Ai Card Card Game Euchre Euchre Card Game Game Gameseuchre Humans Libraries New Programming
Users rating: 0/10

License: Freeware Size: 21.5 KB
USER REVIEWS
More Reviews or Write Review


GAMES::EUCHRE RELATED
Strategy Games  -  Chromies - The War of Scripts 1.0
Round based, noninteractive, ai-scriptable strategic game. Players can make ai-scripts for vehicles (tank, jeep...), and the system play the game with scripts. AI-script can write in JavaScript. The game has a pure functional graphics.
4.66 MB  
Games  -  Egglomania for Mac OS 1.1.1
Takes the logic of our best selling puzzle game BoXiKoN to a new dimension. Carefully fit your eggs into the tray forming lines in three directions at once. The eggs appear in ever increasing complexity of colors, patterns and arrangements. Eggs...
4.7 MB  
Games  -  Capivar Hunter 0.1.0
Capivar Hunter is a simple 3d shooter written in Python/OpenGL intended as a learning platform to Game Development, Python and 3d Programming. Although it should be at least somewhat funny, the main objective of it is being simple and easy to extend.
18.29 KB  
Strategy Games  -  The EDF Project 1.0
The EDF Project is an attempt to create a vaguely X-Com like game, but with many new features (including real multiplayer) and a _completely_ different plot, although still involving aliens.
333.01 KB  
Games  -  Pinball Lite 8.0.1
Totally redesigned 3D Pinball game with an amazing new feature: a Table Editor for you to create and play your own tables. Pinball comes with 10 original tables and a growing number of online tables created by players around the world.
33.7 MB  
Arcade Style Games  -  XSkat 4.0
XSkat project is a Skat card game, playable against humans or the computer. XSkat lets you play the card game Skat as defined by the official international Skat Order. Up to 3 players may be simulated by the computer. You can play via an X...
174.08 KB  
Video Editors  -  TechniSat Satellite TV-card Linux Driver 0.7.0
This driver gives you the capability to work with the MediaFocus Satellite TV card under Linux. This driver contains modules for Zorans multimedia controller ZR36120/ZR36125, Micronas Intermetall Video Pixel Decoder VPX32XX series, Digital Radio...
96.26 KB  
Puzzles  -  Othello Game 0.2.1
Othello Game is a classic strategy game, also known as Reversi. Its objective is to finish the game with the greater amount of pieces (circles) of the same color. This version of the Othello game supports the writing of AI plugins in C++ or...
645.12 KB  
Games  -  Logical 5 Board Game 1.0.12
An addictive board game for 1 or 2 Players. Playing against computer is a real challenge! 2 player mode inclued. Freeware. Game Rules: Make at least 5 squares in a row, in any position, horizontally, vertically or diagonally. Rows and columns...
121 KB  
Libraries  -  Easy Game Library 20040323
Easy Game Library is library of C++ classes designed to make game programming easier. Now it consists only of easy_sprite library which consists of classes for using sprites. It should compile on different platforms because it uses SDL library...
58.37 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB