Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 399 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 399 Bytes

Blackjack

A command line blackjack game, using only one deck of cards

Gameplay:

  • The player starts with 100.000 "coins"
  • At each hand, the player chooses an integer in range [1, all credit] to bet on this round
  • After getting two cards, the player decides if they want to draw a card or stop
  • After stopping, if the player's sum is smaller than 21 or equal, the dealer needs to play