"Memory" is a game that tests how quickly and how many numbers you can remember written in C++ with graphics using the raylib library and a jungle theme.
sudo apt install libasound2-dev libx11-dev libxrandr-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev libxcursor-dev libxinerama-dev
sudo apt install build-essential
!!warning!!: The game can only be run on Linux.
make run
to run the game instantly.
make clear/clean
to clear the files created by the game.
make
to compile the game.
First select a difficulty from the menu, the available difficulties vary the max number that will be displayed.Then the game will start and the numbers will be shown after you are done memorizing the numbers press the button ready and the numbers will be hidden and you will have to press the buttons in the correct order. If you press the wrong button the game will end and you will be shown your score and time.