A Memory Game (with buttons) made in C++ using Windows Forms, CLI/CLR.
More variety of modes (classic, time limit, etc.) are coming very soon!
- Microsoft Windows 10 1909 build or later.
- Microsoft .NET Framework 4.8 or later.
- Microsoft Visual Studio 2022 or later.
- This is only required if you want to build the program yourself.
- Microsoft Visual C++ Redistributable for Visual Studio 2022 or later.
- If you're not installing Visual Studio, this will be required to run the program.
- You can see the links in
vc_redistributable_links.txt
.
- Download the latest release for your architecture (64-bit or 32-bit) from the releases page.
- Extract the contents of the ZIP file to a folder of your choice.
- Open the executable file. You will need to install the dependencies mentioned above if applicable.
- Clone the repository.
git clone https://github.com/Panquesito7/memory_game.git
-
Install the latest Microsoft Visual Studio 2022 version with .NET Desktop Development workload.
- You might need to install C++/CLI support (v143) from the Individual Components tab.
-
Open the solution file in Visual Studio.
-
Build the project using the
Release
configuration for the desired architecture.
See the LICENSE.md
file for full information and details.