Description | A mastermind game implementation. You must guess a 4 number combination in 14 guesses.
Usage: To make a guess, type a number from 1-7, and press Enter/Return after each number. A beep will be heard to signify that your input has been accepted.
No peg: wrong number White peg: right number, but wrong position Black peg: right number at the right position
The game does not stop if the correct combination is guessed, you must exit by typing 0 and pressing Enter/Return. |
|