Simple C++ game engine using SDL2 for graphics and Lua for scripting.
Given that you have the standard C/C++ buildtools installed locally, you merely need to do:
make
You can then run the program using:
./build/hyperborean
You'll need a copy of MinGW installed with g++ >= 6.1.0. I recommend Nuwen MinGW. Once you've successfully done this you run the following command to build:
make.exe
Notice that this version of Hyperborean is dynamically linked, so
you'll need to distribute all of the DLL files in .\build
along with
the executable.