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
- Host: GitHub
- URL: https://github.com/gdonald/blackjack-c
- Owner: gdonald
- License: mit
- Created: 2019-01-18T13:30:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T18:21:39.000Z (9 months ago)
- Last Synced: 2025-03-08T04:46:06.473Z (7 months ago)
- Topics: 21, blackjack, blackjack-game, c, console, game
- Language: C
- Homepage: https://gregdonald.com
- Size: 320 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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:


### 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
[](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!