Question: Hi, I need help with my assignment. Create a memory game in C Function oriented with several functions Structured programming All cards are randomly placed
Hi, I need help with my assignment.
Create a memory game in C
Function oriented with several functions
Structured programming
All cards are randomly placed on the board with face down The player pick one card from the board and the symbol is shown The player picks another card, with the aim to get pair (same symbol twice), and the symbol is shown
If two equal card is found (pair) the player gets one point and the pair is removed from the board The game continues until the board is empty
NxM board size Random board
my code not working becaus I cant get the random board to work.
Thanks
Step by Step Solution
There are 3 Steps involved in it
To help you with your C assignment for creating a memory game lets break down the task into steps and focus primarily on generating a random board whi... View full answer
Get step-by-step solutions from verified subject matter experts
