This is actually our project for this term and among the given problems this is the most difficult. The given games are 8x8 memory game , Chinese checkers and Hang A Roo. And I really don't know how will I able to come up with an 8x8 memory game. I know that I will use array here but the next step is still a mystery for me. So can you please guide or help me with this one. Begging for your assistance guys.
here's my email add if you would like to personally talk to me.
reginemercader@yahoo.com
Step 1: Generate the grid. That is, fill an array with numbers and make sure, that the same number shows up twice only.
Step 2: Ask user to enter which two tiles he would like to match.
Step 3: Check if those tiles are the same. If so delete them (I suggest simply setting them to 0)
Goto step 2 until the board is empty.