Skip to content

nanda-gopal-sb/memory-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

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 install \
    libxrandr-dev \
    libxcursor-dev \
    libudev-dev \
    libfreetype-dev \
    libopenal-dev \
    libflac-dev \
    libvorbis-dev \
    libgl1-mesa-dev \
    libegl1-mesa-dev
  1. Clone the repository:
    git clone https://github.com/nanda-gopal-sb/memory-match.git
  2. Navigate to the project directory:
    cd memory-match
  3. Compile the project using CMake:
    cmake -B build
    cmake --build build

Usage

To play the game, run the following command:

./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 file for details.

About

A memory match game made in C++ and SFML

Topics

Resources

License

Stars

Watchers

Forks