Memory Game Modification

By default the application matches image1= image1 for the memory game.

We want the memory game to match 2 different image each time (like image1= image2)

We have 6 pairs so total 12 cards.

Each card will have a text "Title"and its pair card will have a corresponding description.(We can make these cards). We need to ensure the Title card matches the correct description card

The concept will exactly be like memory game.

All we have to ensure is Card A1 Matches to Card A2, Card B1 matches Card B2, Card C1 matches Card C2 etc.