Skip to content

Just a blackjack game πŸ‚‘ πŸ‚’ πŸ‚£ πŸ‚€ πŸ‚₯

Notifications You must be signed in to change notification settings

FFKL/console-blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Console Blackjack

Just a blackjack game πŸ‚‘ πŸ‚’ πŸ‚£ πŸ‚€ πŸ‚₯

Command line options

--suppress-color - Disable colors in the interface
--unicode-cards - Show unicode card symbols (πŸ‚₯) instead of alphanumeric code (5S)

Build

cmake . && make

Game session example

DEALER  Score: 9        Deck: πŸ‚©
YOU     Score: 14       Deck: πŸ‚€ πŸƒ

Hit or stand? (h/s): h

DEALER  Score: 9        Deck: πŸ‚©
YOU     Score: 24       Deck: πŸ‚€ πŸƒ πŸƒš

You lose!
Win: 0. Lose: 1. Tie: 0

Do you want to play the next game?(y/n)

About

Just a blackjack game πŸ‚‘ πŸ‚’ πŸ‚£ πŸ‚€ πŸ‚₯

Resources

Stars

Watchers

Forks