Main > Free Download Search >

Free blackjack strategy software for linux

blackjack strategy

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 237
Blackjack basic strategy calculator 2.4

Blackjack basic strategy calculator 2.4


Blackjack basic strategy calculator project is a Monte Carlo basic strategy calculator. more>>
Blackjack basic strategy calculator project is a Monte Carlo basic strategy calculator.
bsc finds the Blackjack strategy through the Monte Carlo method.
It analyzes each situation with adaptive depth, and is generally optimized for speed.
The rules are hard coded for the authors local casino; adding others or changing them is left for others to do.
It seems to find the correct strategy, but the house edge appears a bit wrong.
Main features:
- no double after split
- double only 9..11
- split as often as you want
- European no hole card
- no surrender
- dealer stands on soft 17
- perfect continous shuffle machine (CSM)
- 6 decks
<<less
Download (0.054MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1107 downloads
Blackjack Flash 2

Blackjack Flash 2


Theres a reason why blackjack is the most popular casino game today, both in online and land-based casinos across the globe. The enticing combinatio... more>> <<less
Download (160KB)
Added: 2009-04-13 License: Freeware Price: Free
198 downloads
BlackNova Traders 0.55

BlackNova Traders 0.55


BlackNova Traders is a PHP/MySQL Web-based multi-player strategy game. more>>
BlackNova Traders project is a PHP/MySQL Web-based multi-player strategy game.

BlackNova Traders is a strategy game, loosely based on the old BBS games of Tradewars, Galactic Warzone, and Ultimate Universe, but multiplayer and Web-based. It involves space trading, conflict, and diplomacy.

Two things happend as the game grew in popularity:

-Ron was kindly asked by said hosting service to find other hosting. (at the time the game was serving over 4 million pages a month)

-The fans of the game were begging Ron to release the game as an open source project. (as feature requests and bug fixes were very slow in coming with only Ron working on the code)

So new hosting was found and the game was released as an open source project (originally under the artistic license and later under the GPL).

<<less
Download (1.0MB)
Added: 2007-01-11 License: GPL (GNU General Public License) Price:
1022 downloads
Petes Blackjack 1.2

Petes Blackjack 1.2


Petes Blackjack project is a fun blackjack Java card game. more>>
Petes Blackjack project is a fun blackjack Java card game.

Petes Blackjack is a simple, fun game of blackjack, just like the real thing. One player plays against the dealer.

All function are available: splitting, insurance, doubledown, etc. The computer deals from one deck of virtual cards at a time.

Its great for killing time while waiting for downloads or talking on the phone.

<<less
Download (0.32MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1072 downloads
Games::Blackjack 0.04

Games::Blackjack 0.04


Games::Blackjack is a Perl module with Blackjack Utility Classes. more>>
Games::Blackjack is a Perl module with Blackjack Utility Classes.

SYNOPSIS

use Games::Blackjack;

# Create new shoe of cards
my $shoe = Games::Blackjack::Shoe->new(nof_decks => 4);

# Create two hands, player/dealer
my $player = Games::Blackjack::Hand->new(shoe => $shoe);
my $dealer = Games::Blackjack::Hand->new(shoe => $shoe);

# Two dealer cards
$dealer->draw();
print "Dealer: ", $dealer->as_string(), "n";
$dealer->draw(); # 2nd card not shown

$player->draw();
$player->draw();
print "Player: ", $player->as_string, "(",
$player->count_as_string, ")n";

# Lets assume player decides to stand. Dealers turn.

# Dealer plays Las Vegas rules
while(!$dealer->busted() and
$dealer->count("soft") < 17) {
$dealer->draw();
}

# Show winner (-1: Dealer, 1: Player, 1.5: Player Blackjack)
print "Player score: ", $player->score($dealer), "n";

<<less
Download (0.006MB)
Added: 2006-12-28 License: Perl Artistic License Price:
1035 downloads
Blackjack For The Hopelessly Luckless 1.0

Blackjack For The Hopelessly Luckless 1.0


Blackjack For The Hopelessly Luckless is a blackjack card game. more>>
Blackjack For The Hopelessly Luckless is a blackjack card game.

Blackjack For The Hopelessly Luckless is built with the Qt toolkit that also offers various advice options for helping those who need help when the stakes are high.
<<less
Download (0.43MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1221 downloads
Asymptopia BlackJack 1.3

Asymptopia BlackJack 1.3


Asymptopia BlackJack is a casino style BlackJack in Python for education. more>>
Asymptopia BlackJack is a full-featured casino-style blackjack game written in Python using PyGame for graphics.

You play with up to 6 robots against the dealer. You can specify which player is you. It is dynamic, addictive, and you dont lose real money!
<<less
Download (0.66MB)
Added: 2005-04-02 License: Free For Educational Use Price:
1667 downloads
Advanced Strategic Command 1.16.4

Advanced Strategic Command 1.16.4


Advanced Strategic Command is a free, turn based strategy game. more>>
Advanced Strategic Command is a free, turn based strategy game. Advanced Strategic Command project is designed in the tradition of the Battle Isle series from Bluebyte and is currently available for Windows and Linux.

Advanced Strategic Command is distributed under the terms of the Gnu General Public License (the license Linux uses too), which basically means the game is free, the complete source code is available and you can do everything with it as long as it remains free.

<<less
Download (11.5MB)
Added: 2006-11-04 License: GPL (GNU General Public License) Price:
638 downloads
Games::Tournament::BlackJack 0.01

Games::Tournament::BlackJack 0.01


Games::Tournament::BlackJack is a Framework for Simulating BlackJack Tournaments. more>>
Games::Tournament::BlackJack is a Framework for Simulating BlackJack Tournaments.

SYNOPSIS

perl -MGames::Tournament::BlackJack -e run_example_bj_game

# ** See source for run_example_bj_game() for more information
# on how to add your own Player modules or otherwise customize
# the game interface.

You can use the Games::Tournament::BlackJack (GTB for short) modules to:

- Develop and objectively evaluate BlackJack strategies by subclassing C and running competitions with it.
- Simulate a human player of varying memory facility (not yet implemented in 0.01_01)
- Win the BlackJack programming tournament.
- Help find and eliminate any bugs in the tournament engine prior to the actual tournament.

<<less
Download (0.010MB)
Added: 2007-01-03 License: Perl Artistic License Price:
1026 downloads
Games::Tournament::BlackJack::Player 0.01

Games::Tournament::BlackJack::Player 0.01


Games::Tournament::BlackJack::Player is a module to create your own entries to GTB Tournaments. more>>
Games::Tournament::BlackJack::Player is a module to create your own entries to GTB Tournaments.

The main purpose for this module is to allow users to develop new subclasses of Games::Tournament::BlackJack::Player for use in Games::Tournament::BlackJack tournaments. The Thousand-Oaks PerlMongers group will be organizing the official 2005 tournament that this codebase was originally written to support. The author felt it would be most appropriate to open the code running the tournament to reap the
usual litany of benefits.

All entries to this and future official tournaments must be submitted under a license approved under the Open Source Definition. ( http://www.opensource.org/docs/definition.php )

You can use this set of modules to:

=over 4
=item *

Develop and objectively evaluate BlackJack strategies.

=item *

Simulate a human player of varying memory facility (not yet implemented in 0.01)
=item *

Win the BlackJack programming competition.

=item *

Help find and eliminate any bugs in the competition engine prior
to the actual competition.

=back

There is further documentation in the modules themselves, and the discuss folder of the distribution. Start with C< Games::Tournament::BlackJack >.

This is an early version, much more documentation is planned, especially
on the user-developer side for tournament entrants.

Feedback, patches, etc.. are welcome (though I make no guarantees on
acceptance for patches.. or agreement for feedback.)

<<less
Download (0.010MB)
Added: 2006-12-27 License: Perl Artistic License Price:
1031 downloads
Stratagus 2.2.3

Stratagus 2.2.3


Stratagus is a free cross-platform real-time strategy gaming engine. more>>
Stratagus is a free cross-platform real-time strategy gaming engine. Stratagus includes support for playing over the internet/LAN, or playing a computer opponent.

The engine is configurable and can be used to create games with a wide-range of features specific to your needs. See the data sets page for a list of current games using the stratagus engine.

<<less
Download (0.79MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
974 downloads
Custom Strategy Role Playing Game 0.15

Custom Strategy Role Playing Game 0.15


Custom Strategy Role Playing Game project is an engine for creating strategy role-playing games. more>>
Custom Strategy Role Playing Game project is an engine for creating strategy role-playing games.
Two players confront two parties of characters (which have RPG attributes: job, level, exp, skills, etc.) over a battlefield, and the surviving party wins.
Jobs, skills, etc. are stored in XML custom files. It has a combat style similar to Final Fantasy Tactics and Shining Force.
Enhancements:
- Custom effects for skils.
- New contender attribute managing is working now.
- New skill types and skill capabilities (as enable at a certain level).
- Contenders final attributes can now depend on skills.
- Jobs have now a basic bonus and a level bonus (which depends on
- contenders level).
- Partial code rewriting for some old features.
<<less
Download (0.75MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
XiStrat 0.6.90

XiStrat 0.6.90


XiStrat, also known as Extended Strategy is in particular about a turn-based, networked multiplayer game. more>>
XiStrat, also known as Extended Strategy is in particular about turn-based, networked multiplayer, non-cooperative, zero-sum, abstract strategy board games (e.g., Chess, Go, Reversi variants, etc.) on 3D-visualized polyhedra and contains a server, client GUI, autoplayer engine, utilities and documentation.
Besides related recreational modern mathematics (single agent, cellular automata, graph/group/complexity/knot theory, discrete geometry, algebra, combinatorics, mathematical physics) is dealt with.
Enhancements:
- New graphs were added, including a Costa discrete minimal surface, sporadic Mathieu M(24), Kleins quartic L2(7), S(5), and A(6).
- The documentation was changed to MathML and contains links to the underlying mathematics (representations, modules, ring, invariants, groups of Lie type, second cohomology).
- The construction of a Schur cover of holonomy groups, morphing, and 2-body systems were implemented.
- Java generics, J3DBuffer, and procedural 3D texture with Perlin noise are now used.
<<less
Download (3.6MB)
Added: 2006-12-18 License: LGPL (GNU Lesser General Public License) Price:
1040 downloads
Spice Trade 1.2

Spice Trade 1.2


Spice Trade is a RPG/strategy/adventure game. more>>
Spice Trade project is an RPG/strategy/adventure game.

Spice Trade is an RPG/adventure/strategy game in which the main character is a poor man who has lost his parents, inherited some land and a house.

He becomes a trader of spices and herbs in Baghdad at a time when Europeans are starting their "great voyages of exploration".

The game character has to ensure that the Europeans do not take over his country and his culture, while he has to expand the sphere of influence of his own culture.

<<less
Download (194.8MB)
Added: 2007-01-04 License: LGPL (GNU Lesser General Public License) Price:
1242 downloads
JASA 0.35

JASA 0.35


JASA project is a high-performance auction simulation software in Java. more>>
JASA project is a high-performance auction simulation software in Java.
It is designed for performing experiments in agent-based computational economics. JASA implements variants of the double-auction market, which is commonly used to run real-world market places such as stock exchanges.
It is designed to be highly extensible, so that other types of auctions can easily be implemented. The software also provides base classes for implementing simple adaptive trading agents.
It was developed for research carried out at the Agent Applications, Research and Technology group of Liverpool University.
Enhancements:
- An implementation of the Gjerstad-Dickhaut strategy has been added, contributed by Marek Marcinkiewicz; see uk.ac.liv.auction.agent.GDStrategy.
- An implemention of the ZI-U strategy has been added, contributed by Jinzhong Niu; see uk.ac.liv.auction.agent.RandomUnconstrainedStrategy
- A control strategy that bids at the true equilibrium-price has been added; see uk.ac.liv.auction.agent.EquilibriumPriceStrategy
- A strategy has been added that decorates another strategy by bidding a markup on top of the component strategy see uk.ac.liv.auction.agent.MarkupStrategyDecorator
- The auction console View menu now allows the following graphs to be displayed:
- the true supply and demand of all agents in the auction
- the reported supply and demand of all agents in the auction
- the current auction state (matched and unmatched offers)
<<less
Download (27.0MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1021 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5