Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanLeich authored May 13, 2021
1 parent 71103d4 commit 6451e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
<img src="https://img.shields.io/github/stars/JordanLeich/Blackjack-21.svg?style=flat-square" alt="Stars" />
</a>

# Description 🃏
- This is a game where you play against the dealer and try to get the higher values of cards without exceeding over the number 21. If your cards ever equal a total of 21, you automatically get blackjack (win) unless both you and the dealer get 21 then you push (tie). The user also has a cash balance that is wagered based on winning or losing, the user must keep their cash balance positive and not negative to keep playing. All of the basic rules that are applied to the traditional game of Blackjack 21 are also applied to this card game project along with many great features and additions. If you are unfamiliar or do not know how to play Blackjack 21 and would like to learn it, [visit](https://youtu.be/eyoh-Ku9TCI).

# [Requirements](https://github.com/JordanLeich/Blackjack-21/blob/master/Requirements.txt)
1. Colored (pip install colored)
1. Playsound (pip install playsound)
1. It is always a great idea to keep your pip updated but it is not required. If you pip is too outdated, you may run into some issues with installing other python modules and packages.

# Description 🃏
- This is a game where you play against the dealer and try to get the higher values of cards without exceeding over the number 21. If your cards ever equal a total of 21, you automatically get blackjack (win) unless both you and the dealer get 21 then you push (tie). The user also has a cash balance that is wagered based on winning or losing, the user must keep their cash balance positive and not negative to keep playing. All of the basic rules that are applied to the traditional game of Blackjack 21 are also applied to this card game project along with many great features and additions. If you are unfamiliar or do not know how to play Blackjack 21 and would like to learn it, [visit](https://youtu.be/eyoh-Ku9TCI).

# Demonstration 📹
![BlackJack](demos/demo.gif "BlackJack 21")

Expand Down

0 comments on commit 6451e5b

Please sign in to comment.