Memory Match is a fun and engaging game where players must match pairs of cards. This project is a C++ implementation of the classic game.
To compile the game, follow these steps(On linux):
- Install the dependencies
sudo apt install \
libxrandr-dev \
libxcursor-dev \
libudev-dev \
libfreetype-dev \
libopenal-dev \
libflac-dev \
libvorbis-dev \
libgl1-mesa-dev \
libegl1-mesa-dev
- Clone the repository:
git clone https://github.com/nanda-gopal-sb/memory-match.git
- Navigate to the project directory:
cd memory-match
- Compile the project using CMake:
cmake -B build cmake --build build
To play the game, run the following command:
./build/memory-match
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.