Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kuladog/python-blackjack

My take on the popular CLI blackjack game.
https://github.com/kuladog/python-blackjack

Last synced: 6 days ago
JSON representation

My take on the popular CLI blackjack game.

Awesome Lists containing this project

README

        

## Python Blackjack!

#### - Player can buy any amount of chips, game over when 0 chips
#### - Player has options to Hit, Stand, or Double Down
#### - Dealer uses 4 decks and builds a new stack if < 25 cards
#### - Dealer must hit when less than 17, and stand at 17 or more
#### - Ace follows soft rules, values 11 and 1, auto blackjack
#### - Blackjack pays out 3:2 or * 1.5 of bet
#### - ![blackjack](https://user-images.githubusercontent.com/38390009/108306949-1819a680-7162-11eb-8a74-ab0707428026.png)