Point and click, match the pairs in the shortest amount of time!
Memo is the match-pair game in which you're challenged to find the pairs of numeric cards on 4x4, 6x6 and 8x8 grid.
- Valid operating system: Currently Memo is available only on
Windows
andLinux
. - 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.
git clone https://github.com/itsYakub/Memo.git --depth=1
cd Memo
- Check if the include paths are correct in the
IXXFLAGS
; - Check if library paths are correct in the
LDFLAGS
;
- 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;
- raysan5/raylib - raylib library;
- raysan5/raygui - raygui library;
- nlohmann/json - json library;
- Kenney/UI Audio - UI Audio library;
- emhuo/peaberry-pixel-font - Font;
- Adigun A. Polack/aap64 - Color Palette;
This project is under the MIT Licence