Skip to content

TeoMal/Memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published