Skip to content

Game of 21/Blackjack is a C++ console-based card game that implements core mechanics like card dealing and win conditions. Using object-oriented programming, it features modular code and randomization for authentic shuffling, along with clear instructions and error handling for a smooth experience

Notifications You must be signed in to change notification settings

Abhii67534/Game-of-21

Repository files navigation

Game-of-21

Two game modes: Low Definition and High Definition. Players can choose their game mode. Players can be either youth or adult. Random card generation for players based on their age and game mode. Ability to add one card or multiple attack cards for players.

About

Game of 21/Blackjack is a C++ console-based card game that implements core mechanics like card dealing and win conditions. Using object-oriented programming, it features modular code and randomization for authentic shuffling, along with clear instructions and error handling for a smooth experience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages