https://github.com/nanda-gopal-sb/memory-match
A memory match game made in C++ and SFML
https://github.com/nanda-gopal-sb/memory-match
cmake cpp game sfml
Last synced: 2 months ago
JSON representation
A memory match game made in C++ and SFML
- Host: GitHub
- URL: https://github.com/nanda-gopal-sb/memory-match
- Owner: nanda-gopal-sb
- License: other
- Created: 2024-11-14T08:25:55.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T05:32:23.000Z (6 months ago)
- Last Synced: 2025-02-08T22:24:32.920Z (4 months ago)
- Topics: cmake, cpp, game, sfml
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Table of Contents
- [Introduction](#introduction)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Introduction
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.## Installation
To compile the game, follow these steps(On linux):1. Install the dependencies
```sudo apt update
sudo apt install \
libxrandr-dev \
libxcursor-dev \
libudev-dev \
libfreetype-dev \
libopenal-dev \
libflac-dev \
libvorbis-dev \
libgl1-mesa-dev \
libegl1-mesa-dev
```2. Clone the repository:
```sh
git clone https://github.com/nanda-gopal-sb/memory-match.git
```
3. Navigate to the project directory:
```sh
cd memory-match
```
4. Compile the project using CMake:
```sh
cmake -B build
cmake --build build
```## Usage
To play the game, run the following command:
```sh
./build/memory-match
```## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.