The Memory Game app is a card-matching game where the goal is to flip all the cards. It features two difficulty levels, normal and extreme.
Normal includes 3 levels, each with more cards than the previous one. When all the cards are matched, the player moves to the next level, and after completing the third level, the player wins:
| Level 1 | Level 2 | Level 3 |
|---|---|---|
![]() |
![]() |
![]() |
In extreme mode, the cards are shuffled every time a pair is matched, and the player wins when all pairs are matched.
Also in extreme mode, you can also track who is the fastest matcher by monitoring the time it takes to complete the entire game:

To install the necessary package to run the Rust project, use the following command below:
Download the latest Matching-Programming-Languages.zip from releases, and run the app executable or use next commads in terminal:
git clone https://github.com/TinovoS/Matching-Programming-Languages.git
cd Matching-Programming-Languages- cargo build - za kompilaciju lokalnih paketa i njihovih zavisnosti
- cargo run
.png)


