https://github.com/simandebvu/ruby-mastermind
Mastermind, a game where you have to guess your opponent’s secret code within a certain number of turns (like hangman with colored pegs).
https://github.com/simandebvu/ruby-mastermind
Last synced: 12 months ago
JSON representation
Mastermind, a game where you have to guess your opponent’s secret code within a certain number of turns (like hangman with colored pegs).
- Host: GitHub
- URL: https://github.com/simandebvu/ruby-mastermind
- Owner: simandebvu
- License: mit
- Created: 2020-06-11T19:49:49.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-07-07T13:08:33.000Z (almost 6 years ago)
- Last Synced: 2025-06-20T06:02:53.905Z (12 months ago)
- Language: Ruby
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Ruby Mastermind
> Mastermind, is a game where you have to guess your opponent’s secret code within a certain number of turns (like hangman with colored pegs), check it out on Wikipedia. Each turn you get some feedback about how good your guess was – whether it was exactly correct or just the correct color but in the wrong space.
## Built With
- Ruby,
- VSCode
### Usage
To play this game you need to:
* have ruby installed in your computer
* [download](https://github.com/simandebvu/ruby-mastermind/archive/master.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:simandebvu/ruby-mastermind.git
```
- Clone with HTTPS
```
https://github.com/simandebvu/ruby-mastermind.git
```
* and execute bin/main.rb file using your terminal
You can also click on the repl link and play online!
## Authors
👤 **Shingirayi Mandebvu**
- Github: [@simandebvu](https://github.com/simandebvu)
- Twitter: [@simandebvu](https://twitter.com/simandebvu)
- Linkedin: [linkedin](https://linkedin.com/in/simandebvu)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- The Odin Project
- Microverse
- @NickDiPreta
## 📝 License
This project is [MIT](lic.url) licensed.