Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 362 Bytes

Blackjack

Setup

Clone the repo and use Bundler to install the dependencies.

git clone [email protected]:eking1082/blackjack.git
cd blackjack
gem install bundler
bundle install

Running the application

Use rake play_game to run through a full shoe of 6 decks.

Running the tests

Use rake to run all of the tests.