Skip to content

ryanhill1/blackjack-trainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack Strategy Trainer

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.

Features

  • Interactive blackjack game interface
  • Real-time feedback on player decisions
  • Basic strategy recommendations
  • Visual card display
  • Simple and intuitive UI

How to Play

  1. Click "Deal" to start a new hand
  2. You'll be dealt two cards, and the dealer will show one card
  3. Based on your cards and the dealer's up card, choose your action:
    • Hit
    • Stand
    • Double
    • Split (when applicable)
  4. The trainer will provide feedback on whether your choice matched the optimal basic strategy

Live Demo

You can try the trainer here: Blackjack Strategy Trainer

Local Development

To run this project locally:

  1. Clone the repository
  2. Open index.html in your web browser
  3. No build process or dependencies required

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.