Welcome to the AI Blackjack Game!
- Overview
- Key Features
- How to Use
- Project Structure
- Future Enhancements
- Dependencies
- Contributing
- License
This project implements the classic Blackjack card game in Java. It includes a command-line interface where players can place bets, play hands, and challenge the AI dealer. The game follows standard Blackjack rules, and players can track their wins, losses, and draws.
- Blackjack Game Engine: Implements core game logic, including card management and player actions.
- AI Dealer: Provides an AI-controlled dealer that follows standard Blackjack rules.
- Customizable Bet Amounts: Players can place bets of varying amounts before each round.
- Basic Statistics: Tracks simple statistics such as wins, losses, and draws.
- Command-Line Interface: Interacts with users through the command line, making it accessible across different platforms.
- Clone this repository to your local machine.
- Compile the Java files.
javac *.java