update readme

This commit is contained in:
Maik 2026-06-10 12:02:36 +02:00
parent 7a9d215014
commit e6b6b8ce17

View File

@ -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 1216 vs dealer 7+, double on 11 always
- **Soft totals**: Double A,6A,7 vs dealer 36; stand on A,8+
- **Pairs**: Always split Aces and 8s; never split 5s or 10s
## License
MIT