Skip to content
/ Memo Public

Point and click, match the pairs in the shortest amount of time!

License

Notifications You must be signed in to change notification settings

itsYakub/Memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memo

ko-fi

Point and click, match the pairs in the shortest amount of time!

About❗️

Memo is the match-pair game in which you're challenged to find the pairs of numeric cards on 4x4, 6x6 and 8x8 grid.

Prerequesites 📜

  • Valid operating system: Currently Memo is available only on Windows and Linux.
  • Valid C/C++ compiler: by default the project is built using g++ compiler.
  • Valid GNU Make instalation: Memo uses Makefile as it's primary build system. Make sure that you've one installed on your machine.

Instalation 🛠️

1. Clone this repository

git clone https://github.com/itsYakub/Memo.git --depth=1

2. Go to the project's directory:

cd Memo

3. Check if every thing in the Makefile is set up correctly.

  • Check if the include paths are correct in the IXXFLAGS;
  • Check if library paths are correct in the LDFLAGS;

4. Building the final executable:

  • Default build command:
make all
  • If you want to build in the DEBUG mode, use command:
make all MODE=debug
  • If you want to build in the RELEASE mode, use command:
make all MODE=release

The default parameters of the Makefile are:

  • MODE: debug;

Credits 📖

Licence ⚠️

This project is under the MIT Licence