A straightforward browser-based Blackjack game built with vanilla JavaScript. This one focuses on game logic, state management, and user interaction rather than visuals. Deck handling, scoring, win/loss conditions, and basic flow are all handled client-side with no libraries doing the heavy lifting. It’s intentionally simple and serves as a clean base to expand rules, UI, or add enhancements over time.