A little Mario-Like written in C. This was a school project to improve skills in development.
This program requires SDL2, SDL2_image, SDL2_ttf, SDL2_mixer libraries.
Then after, you can compile the program.
$ cd ClassicMario
$ makeAfter the build you can run the program :
$ ./bin/main$ make clean
$ make remove