Luxon98 / Super-Mario-Bros-game

The remake of Super Mario Bros (1985) made with C++ and SDL2 library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Super Mario Bros (1985) remake.

Demo Video: https://www.youtube.com/watch?v=9JV_TIdSlww

The game includes a few levels from the original game and also custom worlds made by me.

💻

The game is written in C++.
I have used the following libraries:

  • SDL - v. 2.0.10
  • SDL_image - v. 2.0.5
  • SDL_mixer - v. 2.0.4

📄 Documentations and tutorials:

https://wiki.libsdl.org/APIByCategory
http://sdl.beuc.net/sdl.wiki/SDL_image
http://sdl.beuc.net/sdl.wiki/SDL_mixer
https://lazyfoo.net/tutorials/SDL/index.php

😄

The project was created using Visual Studio. If you want to run it on your computer, you can download the entire project, but you still need to include the .dlls, which are available here: CLICK (just put them in the project directory)

About

The remake of Super Mario Bros (1985) made with C++ and SDL2 library.

License:GNU General Public License v3.0


Languages

Language:C++ 99.1%Language:CMake 0.9%