This is a simple player vs computer Blackjack game. It was created using only OO PHP and basic HTML & CSS. No Laravel. No jQuery. No PhpStorm. No Blackjack experience, either. The inspiration for this project was a recent coding challenge that I participated in.
- Find a better way to handle running out of cards in the middle of a hand.
- Allow the user to decide if an Ace should be valued at a 1 or an 11. Right now, the hand score is calculated automatically to maximize hand value and avoid a bust.
- Implement split and double-up features.
- Implement betting.
- Take over Las Vegas.