Web-based Blackjack game with hit/stand logic. Basic rules of blackjack apply.
- Ace functionality: Aces automatically count as 1 or 11
- Dealer Standard: Hits on 16, stands on 17
- Responsive UI
- Built in rulebook (accessible via question mark icon)
Built with HTML, CSS, and JavaScript
Open index.html in any browser and start playing.
- Game state management and logic through JavaScript
- Implementig rules with edge cases
- Building responsive layouts with CSS
- Add split functionality for pairs
- Complete rulebook
- Add betting system
- Minor UI and bug fixes