Skip to content

The Blackjack web service provides web methods to shuffle a deck of cards, deal a card from the deck and evaluate a hand of cards. After presenting the web service, we use it to serve as the dealer for a game of blackjack. The Blackjack web service uses an HttpSession object to maintain a unique deck of cards for each client application Several …

Notifications You must be signed in to change notification settings

IamMujuziMoses/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackJack

Blackjack, formerly also Black Jack and Vingt-Un, is the American member of a global family of banking games known as Twenty-One, whose relatives include the British game of Pontoon and the European game, Vingt-et-Un.It is a comparing card game between one or more players and a dealer, where each player in turn competes against the dealer. Players do not compete against each other. It is played with one or more decks of 52 cards, and is the most widely played casino banking game in the world.

The Blackjack web service provides web methods to shuffle a deck of cards, deal a card from the deck and evaluate a hand of cards. After presenting the web service, we use it to serve as the dealer for a game of blackjack. The Blackjack web service uses an HttpSession object to maintain a unique deck of cards for each client application Several clients can use the service at the same time, but web method calls made by a specific client use only the deck of cards stored in the client's session.

About

The Blackjack web service provides web methods to shuffle a deck of cards, deal a card from the deck and evaluate a hand of cards. After presenting the web service, we use it to serve as the dealer for a game of blackjack. The Blackjack web service uses an HttpSession object to maintain a unique deck of cards for each client application Several …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published