Skip to content

Autonomous head-to-head Blackjack game; includes generic Card and Deck classes.

Notifications You must be signed in to change notification settings

milescajus/blackjack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Implemented by Miles Prinzen for PROG220: C++ Programming.

Original task description as follows:

For your blackjack assignment you will create A Card class The concept of a Deck (Array or Vector) A Dealer and a player. Your game must deal cards to both the dealer and the player then simulate 100 games of blackjack There should be no Human Input. the game should run automatically

You must create 3 unit tests Documentation

implement your unit tests in test.cpp and build your tests with make apptest to build the test runner and then run ./apptest to run the tests

About

Autonomous head-to-head Blackjack game; includes generic Card and Deck classes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • Makefile 3.7%