Skip to content

dakristia/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

Program simulating the cardgame Blackjack.

A single player plays versus a dealer sharing a deck of cards.

Each player is dealt 2 cards at the start of the game. The players may then draw more cards to acquire a higher score. The goal is to get as close to 21 points as possible. If a player goes over 21 points, they automatically lose. When both players have stopped drawing cards, and none have gone over 21 points, we count the points of each hand.

Potential future updates

  • Generalize code to work for several card games, not just blackjack (inheritance)
  • Attach a simple frontend
  • Attach a database with scores and usernames
  • So much more?

Additional notes

Far from done

Original case description was given to me by a friend

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages