Six45 Build Status

A Gem helps pick 6 numbers out of 45.

Installation

Add this line to your application's Gemfile:

gem 'six45'

And then execute:

$ bundle

Or install it yourself as:

$ gem install six45

Usage

Run 'six45' in commandline:

# six45                         => Returns 10 standard games.
# six45 30                      => Returns 30 standard games.
# six45 magic                   => Returns at least 8 games, which will cover at least 23 numbers from 45.
# six45 system                  => Returns 1 system-8 game, which contains 8 numbers from 45 (Default: System 8).
# six45 system 9                => Returns 1 system-9 game, which contains 9 numbers from 45 (System 9).
# six45 magic system        => Returns 8 standard games, which covers all 45 numbers.
# six45 magic system 9    => Returns 5 system-9 games, each contains 9 numbers from 45 (System 9), and cover all 45 numbers.

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