Remake of the original Super Mario Bros game.
Here are the videos explaining how I did it:
Part 1: https://youtu.be/7D4uoSoQsjw
Part 2: https://youtu.be/6SnGgsgV_GY
- Clone the repo
- Change your working directory to the
Source
bycd Super-Mario-Bros/Source
- Compile with g++ by
g++ *.cpp -std=c++17 -lsfml-graphics -lsfml-window -lsfml-system -o mario
- Run the executable.