memory_game

A Memory Game with buttons created with Windows Forms in C++.

MIT License

Stars
5
Committers
1

Memory Game 🎴

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!

Requirements

Running the program

Downloading the program

  1. Download the latest release for your architecture (64-bit or 32-bit) from the releases page.
  2. Extract the contents of the ZIP file to a folder of your choice.
  3. Open the executable file. You will need to install the dependencies mentioned above if applicable.

Building yourself

  1. Clone the repository.
git clone https://github.com/Panquesito7/memory_game.git
  1. 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.
  2. Open the solution file in Visual Studio.

  3. Build the project using the Release configuration for the desired architecture.

License

See the LICENSE.md file for full information and details.