/blackjack

Simple Ruby blackjack game

Primary LanguageRuby

Blackjack

A Ruby blackjack app for 1-6 players that includes a computer-controlled dealer.

Prerequisites

Run

bundle install

and you should be good to go.

ruby blackjack.rb

will get the game up and running.

Running tests

To see all existing tests, check out the /spec library.

To run the tests, run

rspec

in the terminal.

Built With

Ruby

Rspec

Colorize gem

Author

Harrison Muskat