Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 602 Bytes

File metadata and controls

8 lines (8 loc) · 602 Bytes

blackjack_api

Description: Game of Blackjack created in Python, using the help of deckofcards api
Language: Python
Project Type: school project, collaborative
Purpose: to explore benefits of using an API, as well as expand knowledge and experience with the functionalities of Python

Some Rules that may be specific to this version of the game

  1. The value of the first ace in a player/dealer's hand is always 11, every other ace counts as 1
  2. If the player gets a blackjack, then he/she wins only if the dealer doesn't have a blackjack. If both have a blackjack, then it's a push.