SandraHeinzova / Blackjack

Game of Blackjack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackjack

Requirments
-> installed Python
-> random and os modules
-> all the files

How to run the Game of Blackjack:
-> Open folder in your code editor
-> Open file named main.py and hit run
-> Now you can play in your terminal

Here are simple rules:

  1. The objective of the game is to beat the computer/dealer by having a hand value higher than the dealer's without exceeding 21.
  2. Each card has a point value. Number cards are worth their face value, face cards (Kings, Queens and Jacks) are worth 10 points, and Aces can be worth either 1 or 11 points, depending on which value would be more beneficial to the player's hand.

I used hints from course 100 Days of Code: The Complete Python Pro Bootcamp for 2023 by Angela Yu on Udemy

About

Game of Blackjack


Languages

Language:Python 100.0%