This project was made in the context of a graded assignement in the module "C pragramming" in the first year of university.
SimilarityGame
PS: This project was tested on an ubuntu distro.
- Install the SDL2 C Library
# apt-get install libsdl2-dev
- Install the extended library for image management
# apt-get install libsdl2-image-dev
-
Clone the repo :
$ git clone https://github.com/Yassine-Rejeb/SimilarityGame.git
-
cd into the directory and Compile the code :
$ g++ 1_.cpp -w -lSDL2 -lSDL2_image -o runme
-
Add permissions and execute:
$ chmod u+x runme & ./runme
All credits goes to Lazy Foo
GPLv3