This is a simplified and terminal-based version of the Blackjack card game implemented in Python.
Features:
- Card dealing and scoring logic
- Interactive gameplay with user input
- Win/loss determination based on Blackjack rules
- Play multiple rounds in a single session
How to Play:
- Run the main.py script in a Python environment.
- Follow the prompts to play the game.
- Enter 'y' to start a new game or 'n' to exit.
Gameplay:
- The user is dealt two cards initially.
- Input 'y' to get another card or 'n' to pass during your turn.
- The game will continue until you decide to pass or your score exceeds 21.
- The computer will then play its turn, following specific rules.
- The winner is determined based on the Blackjack rules.