poker variations
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 122
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).
<<lessJust execute the file. (You may want to configure the file to fit your desired blind-structure).
Download (0.002MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1124 downloads
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
<<lessKPoker 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
Download (0.29MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1065 downloads
Variations on Rockdodger 0.5
Variations on Rockdodger is a quick little game where you guide a space-ship through an asteroid field. more>>
Variations on Rockdodger (VoR) is a quick little game where you guide a space-ship through an asteroid field.
Note: This is a fairly hard game, intended to be a quickie game for when you want to kill a few spare minutes. For reference, my best time [Josh Grams] is about 2 minutes in version 0.3. Im not generally very good at video games, but I have been playing this one for quite a while now. However, you can make it substantially easier by slowing the game down. New in version 0.3, we have a command-line option --game-speed=N%. New players may like to try it at 0.75 or even 0.66.
Enhancements:
- This release fixes some rounding bugs which caused crashes on x86
- changes to a ray-traced font
- tweaks the engines and explosions.
<<lessNote: This is a fairly hard game, intended to be a quickie game for when you want to kill a few spare minutes. For reference, my best time [Josh Grams] is about 2 minutes in version 0.3. Im not generally very good at video games, but I have been playing this one for quite a while now. However, you can make it substantially easier by slowing the game down. New in version 0.3, we have a command-line option --game-speed=N%. New players may like to try it at 0.75 or even 0.66.
Enhancements:
- This release fixes some rounding bugs which caused crashes on x86
- changes to a ray-traced font
- tweaks the engines and explosions.
Download (0.44MB)
Added: 2007-02-17 License: GPL (GNU General Public License) Price:
979 downloads
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.
<<lessPokerTH 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.
Download (7.4MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
1037 downloads
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.
<<lessMany 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.
Download (0.45MB)
Added: 2007-05-21 License: GPL (GNU General Public License) Price:
892 downloads
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
<<lessSYNOPSIS
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
Download (0.005MB)
Added: 2007-01-04 License: Perl Artistic License Price:
1030 downloads
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).
<<lessAs 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).
Download (0.42MB)
Added: 2006-08-27 License: GPL (GNU General Public License) Price:
1154 downloads
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!
<<lessUgly 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!
Download (1.8MB)
Added: 2005-12-09 License: Freeware Price:
1418 downloads
Money Poker 3.2
Money Poker features poker ring games and tournaments for free or with real money with real live players from all over the world. Games are available ... more>> <<less
Download (6KB)
Added: 2009-04-12 License: Freeware Price: Free
196 downloads
Party Poker 10.9
Games include Texas Hold em (No Limit and Fixed Limit), Omaha and Omaha Hi-Lo, Seven-card Stud and Seven-card Stud Hi-Lo. Players can play for either... more>> <<less
Download (660KB)
Added: 2009-03-31 License: Freeware Price: Free
219 downloads
Other version of Party Poker
License:Freeware
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.
<<lessNew 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.
Download (0.25MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1028 downloads
Pharago 1.0
Pharago provides a nice Gnome (GTK+) theme. more>>
Pharago provides a nice Gnome (GTK+) theme.
Pharago is a mix of Gonxical for the style and Gnursid for the colours.
There is an alternative menubar for blended window manager themes :
Copy menubar-4blending.png to menubar.png to setup the new menubar
(copy menubar-default.png to menubar.png to get the default one back)
Clearlooks is an engine and it is easy to configure it to have different colour variations I suppose. Pharago is based on Gonxical just like Clarity is (pixmap themes) and it takes more time to change the colours because many pixmaps need to be redesigned !
<<lessPharago is a mix of Gonxical for the style and Gnursid for the colours.
There is an alternative menubar for blended window manager themes :
Copy menubar-4blending.png to menubar.png to setup the new menubar
(copy menubar-default.png to menubar.png to get the default one back)
Clearlooks is an engine and it is easy to configure it to have different colour variations I suppose. Pharago is based on Gonxical just like Clarity is (pixmap themes) and it takes more time to change the colours because many pixmaps need to be redesigned !
Download (0.026MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
1006 downloads
GREYCstoration 2.5.2.1
GREYCstoration is an image regularization algorithm which processes an image by locally removing small variations of pixels. more>>
GREYCstoration is an image regularization algorithm which processes an image by locally removing small variations of pixel intensities while preserving significant global image features, such as sharp edges and corners.
The most direct application of image regularization is denoising. By extension, GREYCstoration can also be used to inpaint or resize images.
GREYCstoration is based on state-of-the-art methods using nonlinear multi-valued diffusion PDEs (Partial Differential Equations) for image regularization. This kind of method generally outperforms basic image filtering techniques (such as convolution, median filtering, etc.), classically encountered in painting programs.
Other image denoising plugins are available (for instance, Noise Ninja, Neat Image ) but are not free, and the corresponding algorithms are kept secret.
Enhancements:
- This release consumes far less memory than the previous version (2.4.2), so it can deal with very large images.
- There are now processing modes for 16-bit/components and 32-bit float-valued images, as well as multi-thread support.
- A brand new plug-in for the GIMP is provided.
<<lessThe most direct application of image regularization is denoising. By extension, GREYCstoration can also be used to inpaint or resize images.
GREYCstoration is based on state-of-the-art methods using nonlinear multi-valued diffusion PDEs (Partial Differential Equations) for image regularization. This kind of method generally outperforms basic image filtering techniques (such as convolution, median filtering, etc.), classically encountered in painting programs.
Other image denoising plugins are available (for instance, Noise Ninja, Neat Image ) but are not free, and the corresponding algorithms are kept secret.
Enhancements:
- This release consumes far less memory than the previous version (2.4.2), so it can deal with very large images.
- There are now processing modes for 16-bit/components and 32-bit float-valued images, as well as multi-thread support.
- A brand new plug-in for the GIMP is provided.
Download (0.17MB)
Added: 2007-05-10 License: CeCILL (CeCILL Free Software License Agreement) Price:
901 downloads
OpenPKG Enterprise 1.0
OpenPKG is a flexible and powerful software packaging facility. more>>
OpenPKG is a flexible and powerful software packaging facility, OpenPKG eases installation and administration of Unix software across several platforms. It primarily targets the Unix platforms FreeBSD, Linux and Solaris, but is portable across mostly all modern Unix flavors.
Consolidating different vendor approaches into a unified architecture, it assists in administration of large networks previously complicated by nonconformant systems. OpenPKG leverages proven technologies like Red Hat Package Manager (RPM)and neatly provides an additional system layer on top of the operating system.
It is a fully self-contained with minimal external dependencies(no RPM pre-installation required), and installs itself by means of a tricky bootstrapping procedure with minimal operating system intrusion. OpenPKG especially supports multiple installation instances on the same system.
Main features:
- Portable across major Unix platforms.
- Available for FreeBSD 4.11/5.4/6.0/7.0, NetBSD 2.0, Sun Solaris 8/9/10, Debian GNU/Linux 3.1, Fedora Core 4, RedHat Enterprise Linux 4, Novell SUSE Linux 9.3/10, Gentoo Linux 1.12.0, Mandriva Linux 10.2.
- Already known to work for IBM AIX 5.1, HP HPUX 11.11.
- Release 2.5 consists of 579 packages.
- Entirely based on Open Source software technology.
- Operating System interference minimized.
- Streamlined software packaging.
- Easy installation, updating and deinstallation of packages.
- Bundled with useful and secure package preconfigurations.
- Includes an abstracted and powerful run-command facility.
- Virtual hosting through multiple instances on a single system.
- Proxy packages for reusing packages across instances.
- Build-time package variations for maximum flexibility.
- Foundation to build self-contained environments.
<<lessConsolidating different vendor approaches into a unified architecture, it assists in administration of large networks previously complicated by nonconformant systems. OpenPKG leverages proven technologies like Red Hat Package Manager (RPM)and neatly provides an additional system layer on top of the operating system.
It is a fully self-contained with minimal external dependencies(no RPM pre-installation required), and installs itself by means of a tricky bootstrapping procedure with minimal operating system intrusion. OpenPKG especially supports multiple installation instances on the same system.
Main features:
- Portable across major Unix platforms.
- Available for FreeBSD 4.11/5.4/6.0/7.0, NetBSD 2.0, Sun Solaris 8/9/10, Debian GNU/Linux 3.1, Fedora Core 4, RedHat Enterprise Linux 4, Novell SUSE Linux 9.3/10, Gentoo Linux 1.12.0, Mandriva Linux 10.2.
- Already known to work for IBM AIX 5.1, HP HPUX 11.11.
- Release 2.5 consists of 579 packages.
- Entirely based on Open Source software technology.
- Operating System interference minimized.
- Streamlined software packaging.
- Easy installation, updating and deinstallation of packages.
- Bundled with useful and secure package preconfigurations.
- Includes an abstracted and powerful run-command facility.
- Virtual hosting through multiple instances on a single system.
- Proxy packages for reusing packages across instances.
- Build-time package variations for maximum flexibility.
- Foundation to build self-contained environments.
Download (MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1053 downloads
Pacific Poker 1.1
Remember those Friday night poker games with your buddies? Are you a shark looking for a game anytime? 888.com, the most respected and trusted name in... more>> <<less
Download (1KB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above poker variations search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed