# Super-Mario-Bros **Repository Path**: tom-cat/Super-Mario-Bros ## Basic Information - **Project Name**: Super-Mario-Bros - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: Main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-07 - **Last Updated**: 2026-01-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 1. Change your working directory to the `Source` by `cd Super-Mario-Bros/Source` 1. Compile with g++ by `g++ *.cpp -std=c++17 -lsfml-graphics -lsfml-window -lsfml-system -o mario` 1. Run the executable.