Blackjack Coach is an interactive web application designed to help players improve their Blackjack skills. The app provides real‑time card‑counting data, betting strategy suggestions, and a visual interface that mimics a live casino table.
- Card counting – Hi‑Lo, Uston APC, and Zen count systems.
- Bet ramp – Kelly‑style betting calculator with bankroll input.
- Real‑time visual aids – Live heat maps, suit charts, and split/insurance prompts.
- Adaptive UI – Works on mobile and desktop, with responsive design.
- Customizable – Deck set, play‑style toggles, and advanced settings.
- Load the app and select a deck set from the dropdown.
- Toggle the settings (Comp‑Dep, Heat Sim, Kelly) to match your strategy.
- Follow the prompts in the interface for split, insurance, and bet suggestions.
- Use the bet ramp section to adjust your bankroll and bet unit.
# Clone the repo
git clone https://github.com/gatepoet/BlackJack-Coach.git
cd BlackJack-Coach
# Open in your browser
# You can serve it with any static server, e.g., using VS Code Live Server or http-server- Fork the repository.
- Create a feature branch.
- Submit a pull request with a descriptive title and clear description.
- Follow the existing coding style and add tests where appropriate.
MIT © 2025