Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.41 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.41 KB

Super Mario Bros (1985) remake.

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)