Skip to content
This repository was archived by the owner on Aug 17, 2019. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 458 Bytes

File metadata and controls

32 lines (19 loc) · 458 Bytes

ClassicMario

A little Mario-Like written in C. This was a school project to improve skills in development.

How to Build

This program requires SDL2, SDL2_image, SDL2_ttf, SDL2_mixer libraries.

Then after, you can compile the program.

$ cd ClassicMario
$ make

Run the program

After the build you can run the program :

$ ./bin/main

Clean

$ make clean
$ make remove