Main > Free Download Search >

Free blackjack game software for linux

blackjack game

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2122
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
A Jacks Game 1.0

A Jacks Game 1.0


A Jacks Game is a real-time game that runs in a Web browser using the AJAX technology. more>>
A Jacks Game is a real-time game that runs in a Web browser using the AJAX (Asynchronous JavaScript and XML) technology.

Multiple users can login in A Jacks Game to explore a common map and earn a common currency as their score.

A Jacks Game is free software released under GNU/GPL Open Source License.
<<less
Download (0.014MB)
Added: 2006-01-05 License: GPL (GNU General Public License) Price:
1389 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
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
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
Acquire Board Game 0.4

Acquire Board Game 0.4


Acquire is a computer version of the classic board game. more>>
Acquire is a computer version of the classic board game.
The goal of the game is to make the most profit by buying stocks in companies that form, merge and grow as tiles are placed on the game board.
This program is a text-based version of the game and should be playable on any system with a C++ compiler.
Enhancements:
- The main improvement of this release is that the bug causing the game to crash at the end was fixed, so you can now see who won.
- There were some other small bugfixes and changes.
<<less
Download (0.022MB)
Added: 2006-10-11 License: GPL (GNU General Public License) Price:
1123 downloads
Exodus Arcade Game 1.5

Exodus Arcade Game 1.5


Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics. more>>
Exodus Arcade Game project is a humorous maze-running arcade game with hot graphics.

Exodus is an arcade game based on the classic C16 title, Exorcist.

You control Sparkie, a magical star who has been trapped in the Dungeon Dimensions by Wizzbang the Wizard.

Using his special powers, Sparkie can light up the walls of the maze and exorcise the monsters in each room.

Traveling through the maze will bring you to victory and a complete end sequence.

<<less
Download (3.1MB)
Added: 2006-11-17 License: Freely Distributable Price:
1075 downloads
The Snake Game 1.0

The Snake Game 1.0


The Snake Game is an adapted, improved version of the popular javacave game. more>>
This is an adapted, improved version of the popular javacave game, written in QtRuby.

Installation:

download
chmod +x snake(gl).rb
run it.

<<less
Download (0.015MB)
Added: 2005-05-24 License: Public Domain Price:
1622 downloads
Transcend Game 0.3

Transcend Game 0.3


Transcend Game project is a retro-style, abstract, collage-building, musical, shooter game. more>>
Transcend Game project is a retro-style, abstract, collage-building, musical, shooter game.
The graphics are geometrical, and the pace is sometimes frenzied. Two features set Transcend apart from other games.
First, its dynamic graphical engine, which can smoothly morph from one complex shape to another in realtime, produces striking displays.
Combining these dynamic shapes with subtle randomizations ensures that each new play through a level is visually different from the last.
The second novel feature is the musical power-up system.
As you play through a level, you are simultaneously assembling an abstract visual collage and arranging a unique piece of music.
Enhancements:
- Fixed bugs that caused post-explosion fade factors to become negative, which in turn caused boss explosions to linger on some platforms.
- Fixed zoom behavior when strafing.
- Added fade-in when enemies are created to avoid a visual pop-in.
- Added smooth turning when enemies switch targets.
- Changed so that pieces can be picked up while they are moving as a result of enemy fire. This makes pick up less confusing and frustrating.
- Made bullet fade-out smoothly at end of range to avoid visual pop.
- Doubled piece pick-up radius to make picking up pieces easier.
- Fixed jerky piece pick-up and drop.
- Added mini-explosion graphics to indicate when damage is being done to boss. These graphics also change color to indicate the boss health.
<<less
Download (1.8MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1052 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
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
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
Pizza Game 0.02a

Pizza Game 0.02a


Pizza Game is a 3D, real-time game in which you manage a pizza restaurant. more>>
Pizza Game project is a 3D, real-time game in which you manage a pizza restaurant.
As manager, you must build a restaurant, buy the various objects and furniture that the restaurant requires, hire/fire/manage your employees, buy advertising, buy ingredients, set prices, and make sure your restaurant keeps your customers happy.
You start out with nothing more than an empty lot and a loan. Will you transform that lot into a thriving pizza business or fail to attract customers and watch your debt pile up?
Main features:
- Build your restaurant by placing walls, putting in doorways, installing windows.
- Decorate your restaurant by choosing from numerous paint colors and wallpaper designs.
- Put in tiles for your floors by choosing from a large selection of colors and designs.
- Buy the items and objects that your restaurant needs: tables, chairs, ovens, lights, and various miscellaneous objects that can make your restaurant the pizza parlor of choice for customers.
- Hire (and fire) the right employees that will perform the necessary tasks for running a pizza restaurant.
- Manage advertising for your pizza business.
- Buy the necessary ingredients for making pizzas and selling money-making side orders.
- Choose the opening and closing times for your restaurant in order to have your restaurant operate most efficiently.
Linux users: if you downloaded the binary version, and get an error when attempting to run the game that is related to Plugin_GuiElements.so, perform the following steps to remedy it:
1) create an OGRE subdirectory in /usr/lib
2) copy the Plugin_GuiElements.so in the libs subdirectory in the pizzagame directory to the OGRE subdirectory you just created
<<less
Download (27.9MB)
Added: 2007-01-09 License: GPL (GNU General Public License) Price:
1023 downloads
Quarters Board Game 4.0

Quarters Board Game 4.0


Quarters Board Game is a strategy game for two players. more>>
Quarters Board Game project is a strategy game for two players.

Although its rules are relatively simple, it still offers some of the same opportunities for skill as in chess.

This program was originally conceived in the summer of 1986 during a study of the mini-max algorithm for chess playing computers, and was thus designed to offer some of the same type of strategies.

The game was originally written in BASIC, then ported to Turbo Pascal, then to C, and finally to Java.

The Java version is not necessarily object oriented, since it is a crude port from the C version.

<<less
Download (0.16MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1013 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5