This README was written in two languages:
- English Memory Game
- Polski Gra w Memory
This is a simple command-line memory game where players uncover pairs of cards on a grid, attempting to match symbols. The game can be played in two modes:
- 2-Player Mode: Two human players alternate turns to match pairs of cards.
- Vs. Computer Mode: A single player competes against the computer.
The game includes optional features like animations for smooth card reveals and extra turn rewards for correct guesses.
To run this program, you need a C++ development environment. The game is compatible with most operating systems (Windows, Linux). The setup depends on your system, but generally, you will need:
- A C++ compiler (e.g., g++, clang, or Visual Studio).
- A terminal or command-line interface to compile and run the program.
-
Download the code: Clone or download the repository from GitHub to your local machine.
-
Open terminal: Navigate to the folder where the game code is stored.
-
Compile the code: Using a terminal, run the following command to compile the program (assuming
g++
is installed):g++ -o MeM MeM.cpp
This will create an executable named
MeM
.You can also download already compiled version to skip this step.
-
Run the game: After compiling, run the game by typing:
./MeM
If you're on Windows, run it as:
MeM.exe
When you launch the game, you will see the following main menu:
_ _ ____ _ _
( \/ )( __)( \/ )
/ \/ \ ) _) / \/ \
\_)(_/(____)\_)(_/
Welcome to Memory Game!
(1) 2-Players Mode
(2) Vs. Computer Mode
(3) Settings
(4) Exit
Input:
-
Goal: The objective is to uncover pairs of matching cards on the board. The player with the most matched pairs wins.
-
2-Player Mode:
- Select "1" to play in 2-player mode.
- Choose the board size by entering the number of rows and columns.
- Players take turns selecting two cards, trying to match the symbols.
- If a match is found, the player gets a point, and (optionally) an extra turn.
- The game ends when all pairs are matched.
-
Vs. Computer Mode:
- Select "2" to play against the computer.
- Choose the board size by entering the number of rows and columns.
- You take turns against the computer. The game ends when all pairs are matched.
- Select "3" from the main menu to adjust game settings:
- Enable or disable card reveal animations.
- Enable or disable extra turn rewards for correct matches.
-
Smooth Card Reveal Animation:
- Each card can be revealed with a smooth animation showing different transition steps.
- You can toggle this feature in the settings menu.
-
Extra Turn Rewards:
- If a player finds a matching pair, they are rewarded with an extra turn (if enabled in settings).
-
AI Opponent:
- In Vs. Computer mode, the computer uses a random algorithm to select cards.
-
Win Animations:
- If a player wins, a trophy animation is displayed.
- If the computer wins, a "losing face" animation is shown.
-
Adjustable Board Size:
- Players can customize the number of rows and columns for the board.
To prosta gra w memory działająca w konsoli, w której gracze odkrywają pary kart na planszy, próbując dopasować symbole. Gra może być rozgrywana w dwóch trybach:
- Tryb 2-graczy: Dwóch graczy na zmianę odkrywa karty, aby dopasować pary.
- Tryb vs. komputer: Jeden gracz rywalizuje z komputerem.
Gra zawiera opcjonalne funkcje, takie jak animacje dla płynnych odkryć kart oraz nagrody za dodatkowe tury za poprawne zgadywanie.
Aby uruchomić ten program, potrzebujesz środowiska programistycznego C++. Gra jest kompatybilna z większością systemów operacyjnych (Windows, Linux). Konfiguracja zależy od twojego systemu, ale generalnie będziesz potrzebować:
- Kompilatora C++ (np. g++, clang lub Visual Studio).
- Terminala lub interfejsu wiersza poleceń do kompilacji i uruchamiania programu.
-
Pobierz kod: Sklonuj lub pobierz repozytorium z GitHub na swój lokalny komputer.
-
Otwórz terminal: Przejdź do folderu, w którym znajduje się kod gry.
-
Kompiluj kod: W terminalu uruchom następujące polecenie, aby skompilować program (zakładając, że masz zainstalowany
g++
):g++ -o MeM MeM.cpp
To stworzy plik wykonywalny o nazwie
MeM
.Możesz także pobrać skompilowany plik, aby pominąć ten krok.
-
Uruchom grę: Po skompilowaniu uruchom grę, wpisując:
./MeM
Jeśli jesteś na systemie Windows, uruchom jako:
MeM.exe
Gdy uruchomisz grę, zobaczysz następujące główne menu:
_ _ ____ _ _
( \/ )( __)( \/ )
/ \/ \ ) _) / \/ \
\_)(_/(____)\_)(_/
Welcome to Memory Game!
(1) 2-Players Mode
(2) Vs. Computer Mode
(3) Settings
(4) Exit
Input:
-
Cel: Celem gry jest odkrycie par pasujących kart na planszy. Gracz z największą liczbą dopasowanych par wygrywa.
-
Tryb 2-graczy:
- Wybierz "1", aby grać w trybie 2-graczy.
- Wybierz rozmiar planszy, wpisując liczbę wierszy i kolumn.
- Gracze na zmianę wybierają dwie karty, próbując dopasować symbole.
- Jeśli karta pasuje, gracz zdobywa punkt, a (opcjonalnie) dodatkową turę.
- Gra kończy się, gdy wszystkie pary zostaną dopasowane.
-
Tryb vs. komputer:
- Wybierz "2", aby grać przeciwko komputerowi.
- Wybierz rozmiar planszy, wpisując liczbę
wierszy i kolumn. 3. Na przemian wykonujesz ruchy przeciwko komputerowi. Gra kończy się, gdy wszystkie pary zostaną dopasowane.
- Wybierz "3" z głównego menu, aby dostosować ustawienia gry:
- Włącz lub wyłącz animacje odkrywania kart.
- Włącz lub wyłącz nagrody za dodatkowe tury za poprawne dopasowania.
-
Płynna animacja odkrywania kart:
- Każda karta może być odkryta z płynna animacją pokazującą różne etapy przejścia.
- Możesz przełączać tę funkcję w menu ustawień.
-
Nagrody za dodatkowe tury:
- Jeśli gracz znajdzie dopasowaną parę, otrzymuje dodatkową turę (jeśli włączono w ustawieniach).
-
Przeciwnik AI:
- W trybie vs. komputer komputer używa losowego algorytmu do wyboru kart.
-
Animacje zwycięstwa:
- Jeśli gracz wygra, wyświetla się animacja trofeum.
- Jeśli komputer wygra, wyświetla się animacja „przegranej twarzy”.
-
Dostosowywany rozmiar planszy:
- Gracze mogą dostosować liczbę wierszy i kolumn planszy.