From e6b6b8ce1756251f08a3f4b0b6f84aa115d3cffc Mon Sep 17 00:00:00 2001 From: Maik Date: Wed, 10 Jun 2026 12:02:36 +0200 Subject: [PATCH] update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 3ad689f..597b0dd 100644 --- a/README.md +++ b/README.md @@ -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