Archive

Posts Tagged ‘blackjack’

Review Articles Mixed Poker/casino/bingo 33 Total

October 2nd, 2011 Comments off

(33 in total) Poker, casino, bingo, blackjack, baccarat, mobile casino, Reviews wanted, all must be 100% unique not copied from another site and spun e.c.t, English grammar, some examples will be shown.

Simple Python Blackjack Game

July 23rd, 2011 Comments off

I need someone to make me a simple python blackjack game, I have a set of code containing some simple operations that you must use. NO graphical interface is needed, the game just needs to run on terminal (linux) and command prompt (windows). Must be completed in less than a week.

Billion Hand Blackjack Test

November 13th, 2009 Comments off

I need a Computer Programmer to design a Blackjack Billion Hand Test Simulator to meet specific strict requirements. This is a job that requires an experienced Programmer (10+ years experience), who is able to deal with a serious project. Must be able to discuss project in person(near New Jersey) or by phone, and definately by email. Must be located in the United States.

Any programmer who is interested in knowing what this project intails must sign an NDA.

If the programmer is not near New Jersey, he/she must provide me with a phone number, email address, and some source proving identity and validity. I will send the NDA to the potential programmer through email. Upon receiving the signed NDA, I will send a Microsoft Word document which will give all the details of my project.

The programmer will review my project details and will provide me with a Fixed Price Quote, or an hourIy rate with an estimated amount of hours.

Please respond with any further questions.

Blackjack Rush-21 Solver

November 4th, 2009 Comments off

Hi,

I need a mini-GUI interface with ‘remark source codes’ that provide, move by move, the best play strategy for blackjack Rush-21 Solitaire game.
(rules in attachment and here http://www.rubl.com/games/blackjack-rush/index.html ).
It must accept in input card by card, displaying where it must be played.

The proof of concept must be an infinite random procedure that show an high as possible arithmetic mean!

Please specify your programming language for this code.

Blackjack Flash Game Integrati

October 12th, 2009 Comments off

Greetings,

I need someone to integrate a small blackjack game into 1 of my facebook game. I need to have the entire game hosted on my server, no embedding… The game is a mafia/mobwars type game and I want my users to be able to play blackjack with their virtual funds while they wait for their energy to regenerate. so it has to be able to recognise the user’s amount of money and then change it in the DB after the user finishes his blackjack session.

the game is http://apps.facebook.com/intelligence_game/

Blackjack Table

September 22nd, 2009 Comments off

This is a online blackjack table written in php and flash. The work is already done but I need someone to look over the code and make some improvements.

The first issue is that it is pretty slow sometimes.

The second and the major issue is that I got something in the code causing errors, displaying NaN (not a number) instead of the sum of the cards dealt for example.

The program needs to be failsafe in the way that if it haven’t yet got values from the mysql database it needs to wait for it, I am suspecting this to be the cause of the error.

Blackjack Variation Flash Game

July 4th, 2009 Comments off

I have created a variation of a blackjack game that I would like to make into a flash game to be played online. It involves more cards than the usual blackjack game, similar to but unlike some of the blackjack/poker hybrid games I have seen. I would also like to be able to sell merchandise in the surrounding margin areas (payment via paypal) and perhaps even have Google Adsense there.

One question I have is do you use a random number generator to generate random draws of the cards? It is important to me that the site have a true casino site feel to it (although it won’t be a true gambling site as no acutal $ will change hands- it will be a U.S based site so can’t do the gambling part).

In addition to the “table and card” graphics I would also like to include some background shots showing a beachy area (graphics of sand/sea/palm trees OK)

Thanks

Blackjack Php Game

June 3rd, 2009 Comments off

Need a simple BlackJack PHP game that stores all details in the current session – so until the session is closed the user can return to the current game.
The code has to be clean and easy to integrate into a running website.
Don’t go over the edge with the bids pls.

Categories: PHP Tags: , , , ,

Java Gui For A Blackjack Game

May 26th, 2009 Comments off

1. Specification
Write a GUI for a system that plays one or more games of Blackjack; use the rules given in Appendix A. The basic operation of the GUI is described here, and snapshots are given in Appendix B. A complete executable version of the code is not provided to run, but 90% of the code is given.

1.1 Model code
The model code is located in the model package in the BlueJ project. It is the solution from assignment 1, adapted to use the GUI. There is no Dealer class: the dealer is an object of type Player. All console IO has been removed. The model code is complete, except for calls to update() that you have to add as needed.

1.2 GUI behaviour
The system asks for the number of players (not including the dealer) and their names, as in Appendix 1, but uses pop-up dialogue boxes. It then shows the game GUI.

The game GUI is one window with p + 1 panels: a panels for each player and one at the bottom for the dealer. These panels are all objects of the same class. A player panel has two parts: a status panel at left and an action panel at right. The status panel has two parts: bet data at the top and cards at the bottom. The bet data consists of the player name, stake, bet, and last action. A player is identified with a number and name, but the dealer is just called “Dealer”. The hand panel shows the cards in a player’s hand, from left to right as they are dealt.

The action panel for a normal player has three buttons labelled “Buy”, “Draw”, and “Sit”; these do the obvious things. The action panel for the dealer has three buttons labelled “Draw”, “Sit”, and “Again”. The system deals one card to each person, shows these cards in the hand panels, and then waits. The user (you) then gets a second card for each person by clicking on an action; a player has the choice to buy or draw, but the dealer can only draw a second card. When a player buys a card, the system asks for the buy amount with a pop-up dialogue box, subtracts the amount from the player’s stake, and adds the amount to the player’s bet. All amounts are shown with two decimal places. The action is shown at far right in the status panel, directly to the left of the action panel, in the form “Action: XXX”. The action button in the action panel is cleared after each choice.

If the dealer has BlackJack, the game ends and the dealer collects all the bets. The bet amounts are set to zero, and the player and dealer stakes are updated. If the dealer does not have BlackJack, then control returns to the first player, who (you) can choose to buy, draw, or sit.

A player continues until s/he decides to sit, or busts. If the player busts,

Blackjack Gui Mvc Using Bluej

May 24th, 2009 Comments off

I’m pretty sure some1 had posted this project before , but contact me if u need more details and negotiate, i need the result as soon as possible within 2 days.

* Project Must be Completed using BlueJ (www.bluej.org)

* Incomplete Code is attached as most.zip

Write a GUI for a system that plays one or more games of Blackjack; use the rules are also given (See Specification). The basic operation of the GUI is described here, and snapshots are included.

Tasks
You have to:

Blackjack Gui

May 23rd, 2009 Comments off

* Project Must be Completed using BlueJ (www.bluej.org)

* Incomplete Code is attached as most.zip

Write a GUI for a system that plays one or more games of Blackjack; use the rules are also given (See Specification). The basic operation of the GUI is described here, and snapshots are included.

Tasks
You have to:

Blackjack Gui

May 17th, 2009 Comments off

* Project Must be Completed using BlueJ (www.bluej.org)

* Incomplete Code is attached as most.zip

Write a GUI for a system that plays one or more games of Blackjack; use the rules are also given (See Specification). The basic operation of the GUI is described here, and snapshots are included.

Tasks
You have to:

Clone Blackjack Game

April 8th, 2009 Comments off

We are looking for a professional team who can clone a specific blackjack game.
You can review the game at the following url:
Go to the website www.intercasino.com
Download the casino.
After you download the casino load intercasino.
From the menu go to MORE GAMES/BLACKJACK/EUROPEAN/SINGLE PLAYER.
Play and review the blackjack game
We are interested ONLY for this game. Nothing else.
It should play exactly the same way with the same sound, same design, same motion, same features, same engine behind it.

Black Jack C++ Help

April 2nd, 2009 Comments off

Background

For this assignment, you complete a program to play the game of “Twenty-one” (also called “Blackjack”).

The general idea of Twenty-one is as follows. There are two players, the customer and the dealer. The dealer deals a card face down to the customer, then a card face up to herself (the up-card), then another card to the customer and another card to herself, both face down. In most cases, the customer may then ask for more cards, one at a time. The dealer does the same, and the hand is resolved. The object of the game is to be dealt a set of cards whose total value is as close to 21 as possible without going over.

Cards are dealt from a deck of 52. There are four cards in the deck with value 2, four with value 3, and so on up to value 9; there are sixteen cards with value 10 (four 10′s and twelve face cards: four jacks, four queens, and four kings); and there are four cards (“aces”) whose value may be either 1 or 11 depending on the value of a player’s remaining cards. For both players, an ace counts 11 unless the hand total is more than 21, in which case it counts 1.

For our purposes, the actual play of the game proceeds as follows. Each player receives two cards as described above. If the dealer’s cards total 21

Categories: C/C++ Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Blackjack Game (text-based)

March 31st, 2009 Comments off

Hi

Need done relatively quickly java text based Blackjack game
specification will be attached
(follow exactly to the specs do not try to improve design)
partially completed code already attached (using BlueJ)

Will just require source code
Comments aswell attached to code to outline what is happening

Clone Blackjack Casino Game

March 27th, 2009 Comments off

We are looking for a professional team who can clone a blackjack casino game which can be found in www.intercasino.com
The game is called “EUROPEAN BLACKJACK”
You can find and review this game as follows:
Enter website www.intercasino.com in the internet
Download the intercasino games.
Run intercasino software.
From the menu go to MORE GAMES/BLACKJACK/EUROPEAN/SINGLE PLAYER
Play and review the game
We are interested ONLY for this game. Nothing else.
It should play exactly the same way with the same sound, same design same motion.
The game should be able to play without download

Bear