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

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).

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.