C Create Game Black Jack Given Following Rules Project Rules Important Bits Given Code Mai Q37121973

In c++ create a game of black jack given the following rules,project rules are where the more important bits are and there issome given code and the main is give for testing purposes but iwould like to make that where the blackjack game is implemented.Card.cpp/h are card creating and Deck.cpp/h are for deck creationand dealing cards.

Object of the Game Each participant attempts to beat the dealer by getting a count as close to 21 as possible, without goingThe Play The player to the left goes first and must decide whether to stand (not ask for another card) or hit (ask for anThe Dealers Play When the dealer has served every player, his face-down card is turned up. If the total is 17 or more, he mu

Card.cpp

#include”Card.h”

void

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.