Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kuladog/python-blackjack
- Owner: kuladog
- Created: 2021-02-10T16:16:06.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T00:08:08.000Z (over 1 year ago)
- Last Synced: 2024-11-09T17:32:23.135Z (2 months ago)
- Language: Python
- Homepage:
- Size: 33.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
#### - ![blackjack](https://user-images.githubusercontent.com/38390009/108306949-1819a680-7162-11eb-8a74-ab0707428026.png)