Main > Free Download Search >

Free poker software for linux

poker

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 28
Ugly Poker 1.0

Ugly Poker 1.0


Ugly Poker is a free video poker game for linux. more>>
Ugly Poker is a free video poker game for linux.

Ugly Poker is a Free Linux Game of Video Poker that might remind you of your favorite casino video poker machine youve played in Las Vegas or another casino somewhere in the world like gold studded Monaco, on a steamboat near Louisiana, around beautiful Lake Tahoe in Nevada, or Atlantic City on the boardwalk along the Atlantic Ocean.

With Ugly Poker, you can be reminded of those places just mentioned - without leaving your home. Call it ugly and convenient!

<<less
Download (1.8MB)
Added: 2005-12-09 License: Freeware Price:
1418 downloads
Donkey Bolonkey 1.0

Donkey Bolonkey 1.0


Donkey Bolonkey is an arcade game where you have to match donkeys by using a bubble as a trap. more>>
Donkey Bolonkey is an arcade game where you have to match donkeys by using a bubble as a trap.

Donkey Bolonkey is my entry for the SpeedHack 2001, a competition of creation of video games with the Allegro library in just three days, that is to say, to make a complete game, with graphics, sounds, musics and EVERYTHING!... IN JUST SINGLE THREE DAYS!!!...

The game is a clone of the Rat Poker (a game created by the same author of the TETRIS) only that with donkeys, and some 200 times more bloodier.

I cannot add many things, but I can only say that this of the SpeedHack is a competition that needs dedication and effort, I personally could make this game breaking the head against the table, I was almost the 3 days to the maximum, I went to bed at 3am oclock I got up at 8am oclock, less the last day (on Monday 29) that fell asleep at 5 in the morning.

<<less
Download (0.44MB)
Added: 2006-01-06 License: Freeware Price:
1391 downloads
Pyramid - Poker of ZYH 2.0

Pyramid - Poker of ZYH 2.0


Pyramid - Poker of ZYH is a free solitaire card game. more>>
Pyramid - Poker of ZYH is a free solitaire card game.
As an applet or as an application, this program should work on any platform that supports Java.
Pyramid - Poker of ZYH V2.0 will work in Java2 runtime systems or Java2-based browsers.
You may freely copy it, use it, and distribute it under the following conditions:
- Dont make alterations to the files in any way.
- Only distribute the complete package, without any files missing.
- If you include this program on a CD-ROM, please send me a free copy of that CD-ROM.
I do not require registration or payment. If you have any questions or comments about the game, you may mail or email me at the following locations.
<<less
Download (0.28MB)
Added: 2006-05-23 License: Freeware Price:
1354 downloads
 
Other version of Pyramid - Poker of ZYH
Pyramid - Poker of ZYH 2.0Pyramid - Poker of ZYH is a free solitaire card game. As an applet or as an application, this program should work on any platform that supports Java
License:Freeware
Download (287KB)
288 downloads
Added: 2009-04-21
JPokerTM 0.2

JPokerTM 0.2


JPokerTM is a JPoker Tournament Manager, a Poker Tournament application. more>>
JPokerTM is a JPoker Tournament Manager, a Poker Tournament application.
As I am a very keen Python user and also an avid Poker player, I decided to write an Open Source Cross-Platform application in Jython (a Java implementation of Python - see www.jython.org) to firstly make my life easier during our own home games (replacing written notes regarding blinds etc balanced against a pot plant).
There are many many improvements I want to make to this application, which is why it is currently designated as Alpha. However it is perfectly adequate as it stands to support my own home games, so I consider this a reasonable point to release it as v0.1. I would really like to have the chip value display working and that will probably go in v0.2.
This application is not really intended for use in huge tournaments like the WSOP where there will be more that 18 levels, it is more for home games and small card room tournaments. However if I get requests to support larger tournaments, I would certainly consider them.
Enhancements:
- BUGFIX* Added Ante Display.
- Added a chip value display to the tournament window.
- Added a preferences menu option which allows Currency (also FTR (fit to receive) display size in a future release) preferences to be selected.
- Preferences loaded from a file (if not present, default file created on startup).
- *BUGFIX* Pound sign display issue corrected by above.
- *BUGFIX* Ante format was not being provided if selected (TYPO).
- Blind structures now contained in external files, which are loaded into the application on startup.
- Files are simple csv (easily editable in an external application).
<<less
Download (0.42MB)
Added: 2006-08-27 License: GPL (GNU General Public License) Price:
1154 downloads
Games::Cards::Poker 1.2.565CHh5

Games::Cards::Poker 1.2.565CHh5


Games::Cards::Poker is a Perl module for Pure Perl Poker functions. more>>
Games::Cards::Poker is a Perl module for Pure Perl Poker functions.

SYNOPSIS

use Games::Cards::Poker;

# Deal Four (4) players hands and score them...
my $players = 4; # number of players to get hands dealt
my $hand_size = 5; # number of cards to deal to each player
my @hands = ();# player hand data
my @deck = Shuffle(Deck());

while($players--) {
push(@{$hands[$players]}, pop(@deck)) foreach(1..$hand_size);
printf("Player$players score:%4d hand:@{$hands[$players]}n",
ScoreHand(@{$hands[$players]}));
}

Poker provides a few functions for creating decks of cards and manipulating them for simple Poker games or simulations.

<<less
Download (0.072MB)
Added: 2006-09-19 License: Perl Artistic License Price:
1138 downloads
pokertimer 0.1

pokertimer 0.1


pokertimer project is just a very little script for poker-turnaments. more>>
pokertimer project is just a very little script for poker-turnaments.

Just execute the file. (You may want to configure the file to fit your desired blind-structure).
<<less
Download (0.002MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1124 downloads
phpPoker 0.1

phpPoker 0.1


phpPoker project is a simple poker game written in PHP. more>>
phpPoker project is a simple poker game written in PHP.

It also features a simple chat system and it depends on MySQL.

<<less
Download (0.14MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1085 downloads
deal 2.4

deal 2.4


deal project is a calculator to compute card-draw probabilities for games such as poker or Magic. more>>
deal project is a calculator to compute card-draw probabilities for games such as poker or Magic.
This program is a calculator for card-draw probabilities. Specifically, it computes non-replacement draw probabilities using the hypergeometric function. It can also be used to compute binomial coefficients and the gamma function.
Suppose I have M special cards in my deck and N total cards in my deck, and I draw k cards from that deck without replacement. Let X count the number of special cards contained in those k drawn cards.
Enhancements:
- Source RPMs no longer depend on --define myversion
<<less
Download (0.016MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1072 downloads
MaitreTarot 0.1.98

MaitreTarot 0.1.98


MaitreTarot project is a French Tarot game. more>>
MaitreTarot project is a French Tarot game.
It is a game like Freecell or poker, and has nothing to do with astrology. It has a server and various client software.
Main features:
- A server, that knows the rules, that gives the cards to the clients, that counts the points, and everything else that a server should do.
- Clients. The main idea is to have differents clients. Some would be clients for human players, with a GUI (gtk+, qt, web, ncurses, win32...). And some would be AI. That would allow users to play with AI, and even AI tournaments could be played in order to know the best AI!
Enhancements:
- minor changes in mt_gtk_client
- libmaitretarot is split into libmaitretarot and libmt_client
<<less
Download (0.089MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1067 downloads
KPoker 0.7

KPoker 0.7


KPoker project is a Video Poker game. more>>
KPoker project is a Video Poker game.
KPoker is a KDE-compilant clone of those highly addictive pocket video poker games which are sometimes called "Videopoker".
Enhancements:
- added two player game
- fixed some and added many bugs
<<less
Download (0.29MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1065 downloads
SDLHana 0.32

SDLHana 0.32


SDLHana project is a SDL-based Hanafuda game. more>>
SDLHana project is a SDL-based Hanafuda game.

Hanafuda is a Japanese-oriented card game which is mostly played in Japan and Korea, also known as "Hwa-Tu" in Korean.

Just like Poker, there are many ways to play with Hanafuda. This program currently supports two of them: Koi-Koi, which is a Japanese game, and Go-Stop, which is a Korean game.

There is also a variant of Koi-Koi game mostly found in gambling Coin-Op game machines, described as "Koi-Koi [BET]" in the game settings menu, which is played with 6 cards instead of 8 cards.

<<less
Download (0.62MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
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
Games::Poker::Omaha::Hutchison 1.04

Games::Poker::Omaha::Hutchison 1.04


Games::Poker::Omaha::Hutchison is a Hutchison method for scoring Omaha hands. more>>
Games::Poker::Omaha::Hutchison is a Hutchison method for scoring Omaha hands.

SYNOPSIS

my $evaluator = Games::Poker::Omaha::Hutchison->new("Ah Qd 3s 1d");

my $score = $evaluator->hand_score;

This module implements the Hutchison Omaha Point System for evaluating starting hands in Omaha poker, as described at http://www.thepokerforum.com/omahasystem.htm

<<less
Download (0.005MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1030 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 2
  • 1
  • 2