Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 776 Bytes

File metadata and controls

11 lines (10 loc) · 776 Bytes

Blackjack-Game

Blackjack Game. So far it has 2 versions

V2.0

  • allows a shoe with multiple decks (defined by user input)
  • only requires a single file containing the 52 cards of one deck, and only reshuffles the shoe when 2/3 of the cards have been played(as its done in casinos)
  • allows splitting (only once) and doubling as possible plays (according to blackjack rules)
  • has a bot player (writting "BOT" in players name that plays according to strategic charts for any number decks except 3
  • when bot player is playing with 3 decks, implements a formula based on the probability of his hand bursting
  • gives final statistics with graphs
  • added sleep function, so that lines are printed slower so that it is easier for the player to read and keep track of the game