Welcome to Blackjack, a classic card game implemented in Java. This project is a fun and interactive way to practice Java programming while enjoying a popular casino game.
- ๐ฒ Gameplay: Play the classic game of Blackjack.
- ๐ค AI Dealer: Compete against an AI dealer.
- ๐ Score Tracking: Keep track of your wins and losses.
- Java: The programming language used for this project.
- IDE: Developed using an integrated development environment like IntelliJ IDEA.
- Clone the repository:
git clone https://github.com/simonemayers/blackjack.git
- Navigate to the project directory:
cd blackjack - Open the project in your preferred IDE.
- Run the main class to start the game.
- Follow the on-screen instructions to play Blackjack.
- Enjoy the game and try to beat the dealer!
Contributions are welcome! Hereโs how you can get involved:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m "Add new feature" - Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- ๐ Special thanks to the open-source community for their invaluable resources and support.