C#C
C#4y ago
kiteflora

❔ Console Game Project (Memory Matching)

Hi all! I'm not sure if this is the right channel, but I have a question...
I'm New to programming (computer science major)

I have a home project to create a simple c# console game. It's like a memory matching game which shows card values for a given number of time (depending on difficulty level) for example:

Card 14: Dog
Card 3: House
(Because the cards don't match they are supposed to be erased from the console in x amount of time, say 3 seconds, and the player has to choose again another pair of cards he thinks will match)

How do I code this timing function that will 'hide (clear)' the cards after a given amount of time)?

Thanks in advance!

Our university teaches c#, so my project has to be in c# (visual studio)
Was this page helpful?