gruberchris / Super-Mario-Bros

Remake of the original Super Mario Bros game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super-Mario-Bros

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

To run the game:

  1. Clone the repo
  2. Change your working directory to the Source by cd Super-Mario-Bros/Source
  3. Compile with g++ by g++ *.cpp -std=c++17 -lsfml-graphics -lsfml-window -lsfml-system -o mario
  4. Run the executable.

About

Remake of the original Super Mario Bros game.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%