This is The SuperMario game implemented in C++ using RSDL library(a SDL wrapper)
First Complile the project using command:
make
You can check the 'makefile' for more information
Then Enter this Command to run the game:
./a.out assets/maps/1/1.txt
You can Edit the map in assets/map/1/1.txt or add your custom map