The game is implemented with the following rules:
- There are two players: you and the dealer (computer)
- You got only two choises: hit or stay
- The dealer starts with two cards, one of which is faced down (the hole card)
- The deck is endless
To begin to play run the following command within project directory
$ bin/game
Good luck!