C# Tutorial Create a Memory Matching Game in Visual Studio

preview_player
Показать описание
Full tutorial -

In this tutorial we will show you how to create a memory matching game. In this game you will cards will be shuffled on the screen and you will need to match two cards in order for them to get removed from screen. There will be a timer for 60 seconds and you are also able to reset the game and start again. This tutorial does not use any third party game libraries such as unreal, unity 3d or html 5. We will use pure Windows Form Application and Visual Studio. This game will be created using c# programming language.
All images and full source code is available on the mooict tutorial page. Please download them or use your own.

Have fun.
Рекомендации по теме
Комментарии
Автор

Works 100% well at the time of this comment (tried it on visual studio 2022)

rngsus
Автор

When we get the pair of images right, I would like the pictureboxes not to disappear. It would be interesting to leave the correct pairs on the screen.

taveirajc
Автор

Hey, these are really helpfull and interesthing thx a bunch!

esmoll
Автор

where is the source code? I'm lazy :D

makaiyotube
Автор

When i click the start button my program just freezes?

-skaura-
Автор

i tried this but it says:
IndexOutofRangeException was unhandled
Index was outside the bounds of the array.
on
while (pictureBoxes[num].Tag != null);

Ryupping
Автор

I have this error in ny code...timer' is an ambiguous reference between 'system.timers.timer' and 'system.threading.timer'

kalyanikoli
Автор

Hello, i'm using this game as a base for project for one of my classes, however im a bit stuck at the moment. i created a dynamic array of picture boxes (4x4) and managed to get the images inserted, problem is i can't figure out how to hide them, my prof suggested i use another array of images that mirrors my initial array, however i just can't seem to get it :/. any chance of guidance ? thx in advance greetings from Mexico!

esmoll