/RREngine

Rock & Roll Engine

Primary LanguageC++MIT LicenseMIT

RREngine

Rock & Roll Engine

Plans for an engine to create Mega Man/Rockman style platform games.


Building

Required Libraries

Required Build Tools

Running CMake Commands

The CMake cache/build files are created in the current working directory. You can simply run cmake ./ from the source root directory. To create files in a different directory, specify where source root is located:

$ mkdir build
$ cd build
$ cmake ../

Then you can execute the make command to build the binaries:

$ make