Skip to content

cadwallion/blackjack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blackjack

The classic card game written using Gosu.

Installation

Add this line to your application's Gemfile:

gem 'blackjack'

And then execute:

$ bundle

Or install it yourself as:

$ gem install blackjack

Usage

Blackjack contains a blackjack executable in the bin directory.

Testing

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

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

The classic card game written using Gosu.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages