Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/siegy22/mastermind_ruby

A mastermind library written in ruby
https://github.com/siegy22/mastermind_ruby

Last synced: 29 days ago
JSON representation

A mastermind library written in ruby

Awesome Lists containing this project

README

        

## Mastermind_ruby

A mastermind library written in ruby

### getting started

#### Install

In your Gemfile add:

```ruby
gem 'mastermind_ruby'
```

Then run `$ bundle install`. Alternatively you can run `$ gem install mastermind_ruby`.

#### Run

via shell (Default launch):

``` bash
mastermind
```