Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.54 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.54 KB

blackjack-c

Console Blackjack in C

Build

cmake .
make

Run

./blackjack

Terminal

Increase your terminal font size to see the cards better:

Blackjack

Blackjack

Features

  • Alternate Deck Types
  • Variable Number of Decks
  • Hand Splitting
  • Vegas-style Dealer Play (Dealer hits on soft 16)
  • Options Saving

Bugs / Issues / Feature Requests

https://github.com/gdonald/blackjack-c/issues

License

GitHub

Alternative Implementations:

I've written Blackjack in several other languages: