Skip to content

Ayush-Warikoo/Blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Blackjack

Description

Recreated commonly played casino game blackjack in python with a tutorial feature, automated computer-player as the house and betting capabilities. To play, it requires python 3.0 or higher and no additional installation.

How to Play

The objective of the game is for the values of your cards to total to as close as 21 as possible, without going over. You will first get two cards and then have the option to pick another card and repeat this process until you decide to stay or go over 21. Then, if your total is closer to 21 than the house, you win. If you have the same value, the money is split and if you are farther than the house or over 21, you lose. All cards are equal to their numeric value, all face cards are equal to 10 and aces allow you to choose a value of 1 or 11, depending on what you need. The house will go after the players and are forced to draw another card if they are below 17 and stay otherwise. All bets will be made before the round begins (blind) and the there is a 1:1 payout.

Demo

Read up on the tutorial before taking on the house and earn as much as you bet when you win!



With aces you can choose a value of 1 or 11 and if you go over you lose the amount you bet.



The objective is to hit 21, anything less might not be enough to win!



When you lose all your money, you have the option to buy in again, give up or return to the menu.

About

Recreated blackjack with a tutorial feature, automated computer-player and betting capabilities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages