Project Status
Project Type
Project Duration
Software Used
Languages Used
Finish
University project
~1 months
Visual Studio
C#
Please feel free to play and let me know your opinions. Download the source code and play!
A player total of 21 on the first two cards is a "natural" or "blackjack," and the player wins immediately unless dealer also has one, in which case the hand ties. ... Blackjack games usually offer a side bet called insurance, which may be placed when the dealer's face up card is an ace.
Shuffle deck- the desk will be randomizing shuffle.
Dealer opponent – the player will be playing with a dealer made in code.
The project was made in 3 weeks completely in visual studio for a university project by one person.
The blackjack game is a replica of the original game with some different options and visual aspects.
PLAYING BLACKJACK
When the user chooses “Play Blackjack” from the menu, your game should start a round of Blackjack. In Blackjack the player is up against the dealer, and the goal is to end a round with a higher scoring hand, without going over 21. Each hand is the result of adding up the values of each card.