Main > Free Download Search >

Free holdem software for linux

holdem

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6
Games::Poker::TexasHoldem 1.4

Games::Poker::TexasHoldem 1.4


Games::Poker::TexasHoldem is an abstract state in a Holdem game. more>>
Games::Poker::TexasHoldem is an abstract state in a Holdem game.

SYNOPSIS

use Games::Poker::TexasHoldem;
my $game = Games::Poker::TexasHoldem->new(
players => [
{ name => "lathos", bankroll => 500 },
{ name => "MarcBeth", bankroll => 500 },
{ name => "Hectate", bankroll => 500 },
{ name => "RichardIII", bankroll => 500 },
],
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 Holdem poker. It maintains the state of the pot, whos in to what amount, whos folded, what the bankrolls look like, and so on. Its meant to be used in conjunction with Games::Poker::OPP, but can be used stand-alone as well for analysis.

<<less
Download (0.006MB)
Added: 2007-01-02 License: Perl Artistic License Price:
1041 downloads
PokerTH 0.5

PokerTH 0.5


PokerTH is a Texas Holdem Poker Engine. more>>
PokerTH is a Texas Holdem Poker Engine.

PokerTH is a Single-Player Poker Game written in C++/QT4.

You can play the popular Texas Holdem Poker against up to four computer-opponents. Its available for Linux and Windows.

<<less
Download (7.4MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
1037 downloads
Party Poker 1.0

Party Poker 1.0


Play online poker in the worlds largest online poker network. Party Poker offers popular poker games like limit and no-limit Texas Holdem, Omaha and... more>> <<less
Download (5828KB)
Added: 2009-04-14 License: Freeware Price: Free
196 downloads
poker-eval 134.0

poker-eval 134.0


poker-eval is a C library to evaluate poker hands. more>>
poker-eval is a C library that can evaluate poker hands. The result of the evalution for a given hand is a number. The general idea is that if the evalution of your hand is lower than the evaluation of the hand of your opponent, you lose.
Many poker variants are supported (draw, holdem, omaha, etc.) and more can be added. poker-eval is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo.
Installation:
This library uses the GNU Autoconf self-configuration mechanism, so compiling on a GNU/Linux and Unix system should be fairly simple.
To build both the C library and the examples:
./configure
( cd lib && make build_tables )
make
To build and run the tests:
./configure
( cd lib && make build_tables )
make check
The "make check" command will run several test programs to ensure that everything works correctly. On slow machines, the tests may take several minutes.
To install the library and the headers (by default they will install in /usr/local/lib and /usr/local/include/poker-eval respectively):
./configure
make install
To run the examples:
cd examples
read the usage at the beginning of the source file
and run the program accordingly
Enhancements:
- Bugfixes.
<<less
Download (0.45MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
892 downloads
poker-engine 1.0.25

poker-engine 1.0.25


poker-engine is a Python library that implements poker rules. more>>
poker-engine is a C library to evaluate poker hands. The result of the evalution for a given hand is a number. The general idea is that if the evalution of your hand is lower than the evaluation of the hand of your opponent, you lose.
Many poker variants are supported (draw, holdem, omaha, etc.) and more can be added. poker-eval is designed for speed so that it can be used within poker simulation software using either exhaustive exploration or Monte Carlo.
Enhancements:
- Implementation of tournament breaks and bugfixes.
<<less
Download (0.20MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
904 downloads
Real Poker 0.2.8

Real Poker 0.2.8


Real Poker project is a poker simulation. more>>
Real Poker project is a poker simulation.

New poker games may be created by the user. Hand simulations may be run.

Upon execution the first thing that is displayed is the main window for Real Poker.

Poker games may be created, saved, deleted, and edited. Poker games may also be filtered through a learning process, the results of which are used by the robot players.

There is a game library provided with Real Poker "out of the box" which includes four poker games: Seven Card Stud, Five Card Stud, Texas Holdem, and Five Card Draw. The game library file is named "games.lib".

A game library may contain a maximum of 50 games. When Real Poker is first loaded, the default game library (games.lib) will automatically be loaded provided it is present in the .RP directory within your HOME directory (see the INSTALL file).

Use your mouse to click on the GAME LIBRARY drop-down item under the MISC menu selection to perform various functions concerning the game library.

<<less
Download (0.25MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1028 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1