This project is a basic blackjack game . I plan to write the backend in Python, and to use Flask to integrate it with the front-end, which will be written in HTML/Javascript.
- Hit
- Stand
- Dealer must draw at 16, stand on 17
- End game scenarios (Player win, Dealer win, Tie)
- Ace variable value
- Blackjack Scenarios (Player and Dealer)
- Betting/Score
- Split
- Dealer "Hole" Card (The hidden card of the dealer)
- Insurance
- Integration with Front-End
- Render the cards
- Button inputs