The classic card game written using Gosu.
Add this line to your application's Gemfile:
gem 'blackjack'
And then execute:
$ bundle
Or install it yourself as:
$ gem install blackjack
Blackjack contains a blackjack executable in the bin directory.
There is currently a bug with rspec and gosu. In the meantime, I have modified
rake test
to take a parameter output. Therefore:
rake test
is equivalent ot rake test spec/**_spec.rb
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request