Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/siegy22/mastermind_ruby
- Owner: siegy22
- Created: 2015-08-03T12:04:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T06:23:25.000Z (about 9 years ago)
- Last Synced: 2024-10-20T06:37:57.974Z (about 1 month ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/mastermind_ruby
- Size: 207 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```