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
- The value of the first ace in a player/dealer's hand is always 11, every other ace counts as 1
- 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.