Blackjack Game 🃏
A casino game Blackjack made with Python's tkinter module.
How to Install or Run 🛠️
For Windows Users (💻)
-
Download the game files from the following link.
-
Run the bj.exe file to launch the Blackjack game.
For Linux Users (Command Line) (🐧)
-
Clone or download the project files from the GitHub repository.
git clone https://github.com/yourusername/blackjack_Game.git
-
Download the game assets from the following link.
-
Place the downloaded assets in the main folder or alongside the blackjack.py file.
-
Open the terminal or command prompt in the same path as the game folder.
-
Install the required dependencies using pip.
pip3 install -r requirements.txt
-
Run the Blackjack game.
python3 bj.py
Game Rules 🎲
-
The objective of the game is to beat the dealer by getting a hand value as close to 21 as possible, without exceeding it.
-
You can hit (draw a card) or stand (keep your current hand).
-
The dealer will reveal one of their cards, and you can decide whether to hit or stand based on your hand value and strategy.
-
If your hand value exceeds 21, you bust and lose the game.
-
If your hand value is 21, you win automatically.
-
The game keeps track of your wins and losses.
Controls 🎮
- Hit: Click the "Hit" button.
- Stick: Click the "Stick" button.
Enjoy the Game! 🎉
Have fun playing Blackjack and testing your luck and strategy. Good luck, and may the cards be in your favor!
License 📄
This project is open-source and available under the MIT License. You can find the license information in the LICENSE file.