An open API service indexing awesome lists of open source software.

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

Console Blackjack in C
https://github.com/gdonald/blackjack-c

21 blackjack blackjack-game c console game

Last synced: 7 months ago
JSON representation

Console Blackjack in C

Awesome Lists containing this project

README

          

## blackjack-c
Console Blackjack in C

### Build
cmake .
make

### Run
./blackjack

### Terminal

Increase your terminal font size to see the cards better:

![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-c/master/ss1.png)

![Blackjack](https://raw.githubusercontent.com/gdonald/blackjack-c/master/ss2.png)

### 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](https://github.com/gdonald/blackjack-c/issues)

## License

[![GitHub](https://img.shields.io/github/license/gdonald/blackjack-c?color=aa0000)](https://github.com/gdonald/blackjack-c/blob/master/LICENSE)

### Other Blackjack Implementations:

I've written Blackjack in [some other programming languages](https://github.com/gdonald?tab=repositories&q=blackjack&type=public&language=&sort=stargazers) too. Check them out!