Your program needs to choose a secret combination of


Write master mind game in C++.

Rules:

Your program needs to choose a secret combination of colored pegs (use random function to do that)

Number of guesses is 12.

Colors include: Yellow (Y), Red (R), Orange (O), Blue (B), Pink (P), and Green (G).

The combination of peg colors could contain anything from 4 different colors to 4 of the same color.

After each guess, your program needs to show the user how they have guessed. For each guess (C) indicates that one of your pegs is the correct color in the correct position. A (W) indicates that one of your pegs is the correct color in the wrong position.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Your program needs to choose a secret combination of
Reference No:- TGS02887365

Expected delivery within 24 Hours