Blackjack

Project Status   

Project Type   

Project Duration   

Software Used   

Languages Used   

Finish           

University project             

~1 months

Visual Studio          

C#

Play my Game!

Please feel free to play and let me know your opinions. Download the source code and play!

Source Code!

Reveal Teaser Trailer

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.

SUMMARY OF RESPONSIBILITIES

I created everything from scratch in Visual Studio using C#, the cards are render by code.

Screenshots

Some Features of the Game

image

Shuffle Deck Gameplay Mechanics

Shuffle deck- the desk will be randomizing shuffle.

image

Dealer Opponent Gameplay Mechanics

Dealer opponent – the player will be playing with a dealer made in code.

DESIGN PROCESS Summary

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.