update readme
This commit is contained in:
parent
7a9d215014
commit
e6b6b8ce17
@ -1,6 +1,6 @@
|
||||
# Blackjack Theory Trainer
|
||||
|
||||
A desktop application for learning and practicing **basic blackjack strategy**. Built with Python and customtkinter, it drills you on the mathematically optimal play for every hand — hard totals, soft totals, and pairs — based on the dealer's upcard.
|
||||
A desktop application for learning and practicing **basic blackjack strategy**. Built with Python and customtkinter, it drills you on the mathematically optimal play for every hand based on the dealer's upcard.
|
||||
|
||||
## Features
|
||||
|
||||
@ -68,7 +68,3 @@ The decisions implemented in this trainer follow standard **blackjack basic stra
|
||||
- **Hard totals**: Stand on 17+, hit on 12–16 vs dealer 7+, double on 11 always
|
||||
- **Soft totals**: Double A,6–A,7 vs dealer 3–6; stand on A,8+
|
||||
- **Pairs**: Always split Aces and 8s; never split 5s or 10s
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user