Mastermind or Master Mind is a code-breaking game for two players. In which one player is the Codemaker and the other the Codebreaker.
This is a version of Mastermind made to be played on the command line of a terminal where You will play against the Computer.
Use the git clone git to install Mastermind.
git clone https://github.com/ZamboniL/mastermind.gitYou should also have ruby installed in your pc for that check ruby's official installation guide.
ruby main/mastermind.rbYou can also play the game in this repl: https://repl.it/@ZamboniL1/mastermind#README.md
Without installing anything!
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.