Skip to content

serhatozdal/uMarioMod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uMarioMod

Changes:

converting visual c++ to c++.

  • godMode is added.
  • unlimited live is added.
  • power up is added.

Build Pre-requisites

Ubuntu/Debian:

$ apt install cmake libsdl2-dev libsdl2-image-2.0-0-dev libsdl2-mixer-2.0-0

Building and running

$ make build run

# or

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./uMario

About

uMarioMod

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 96.2%
  • CMake 3.5%
  • Other 0.3%