A web-based application to help players learn optimal blackjack strategy. This interactive trainer provides immediate feedback on player decisions, helping users master basic blackjack strategy through practice.
- Interactive blackjack game interface
- Real-time feedback on player decisions
- Basic strategy recommendations
- Visual card display
- Simple and intuitive UI
- Click "Deal" to start a new hand
- You'll be dealt two cards, and the dealer will show one card
- Based on your cards and the dealer's up card, choose your action:
- Hit
- Stand
- Double
- Split (when applicable)
- The trainer will provide feedback on whether your choice matched the optimal basic strategy
You can try the trainer here: Blackjack Strategy Trainer
To run this project locally:
- Clone the repository
- Open
index.html
in your web browser - No build process or dependencies required
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.