PDA

View Full Version : Mastermind program


C++
08-09-2009, 11:57 PM
Hey everybody, I was trying to create a program that simulated the game "Mastermind" using numbers 0-5 instead of the six colored pegs. I have written out the code, and it seems to work, all except for the loop I have set to see if the user wants to play again. The getchar function that I have used...