https://github.com/kuladog/python-blackjack
My take on the popular CLI blackjack game.
https://github.com/kuladog/python-blackjack
Last synced: 3 months ago
JSON representation
My take on the popular CLI blackjack game.
- Host: GitHub
- URL: https://github.com/kuladog/python-blackjack
- Owner: kuladog
- Created: 2021-02-10T16:16:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-22T07:00:12.000Z (4 months ago)
- Last Synced: 2025-01-22T08:18:16.226Z (4 months ago)
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
#### - 