A C++/SFML-based Blackjack simulator that trains players in decision-making and card-counting
techniques. After each move (hit, stand, double, etc.), the app evaluates whether the choice was statistically
optimal and provides instant feedback.
Users can also enable true count tracking and live player edge (for real-time card-counting practice), which is
calculated by running 100,000 Monte Carlo simulations per hand, using optimal strategy on the remaining deck composition.
/* Github Repo */