Clone the repo and use Bundler to install the dependencies.
git clone [email protected]:eking1082/blackjack.git
cd blackjack
gem install bundler
bundle install
Use rake play_game
to run through a full shoe of 6 decks.
Use rake
to run all of the tests.