Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 972 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 972 Bytes

Memory

"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.

Prerequisites

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

How to run

!!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.

How to play

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.