Question: Simon Says is a memory game where Simon outputs a sequence of 10 characters (R, G, B, Y) and the user must repeat the sequence.
"Simon Says" is a memory game where "Simon" outputs a sequence of 10 characters (R, G, B, Y) and the user must repeat the sequence. Create a for loop that compares the characters in two chracater vectors, simon_pattern and user_pattern. One point is added to user_score for each match. The game ends upon the first mismatch.
Restrictions: The script must use break statement.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
