Answered step by step
Verified Expert Solution
Question
1 Approved Answer
for Visual basic please Design and implement the memory game. Remember the goal is to have the lowest score possible (every time you click the
for Visual basic please
Design and implement the memory game. Remember the goal is to have the lowest score possible (every time you click the button your score goes up by one). Remember to use file input and output for the scores. To implement the project you can use 2D arrays or structures. Make sure to have a system to access a file to keep track of the best 10 scores. make clickable cards and/or have images The program starts out looking like this Once you click submit: 1. if there is not a match, the selected squares will light up in a green color one at a time with a couple of seconds in-between before going back to all blue like it was originally. 2. If there is a match, the user will be alerted that there is a match through a message box and then the matching squares will turn gray and will show their numbersStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started