Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 644 Bytes

Blackjack

Build Status Code Climate

Rules

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

Usage

To begin to play run the following command within project directory

$ bin/game

Good luck!