Skip to content

tomconder/rivals

Repository files navigation

Executive Rivals

This is an open-source dungeon crawler with corporate ambitions. It uses CMake and SDL. The generated executables have icons.

screenshot.png

Platforms

  • Windows
  • Mac OSX
  • Linux

Building

Clone this repository.

git clone https://github.com/tomconder/rivals.git

Install vcpkg, a dependency and package manager for C++.

Set VCPKG_ROOT to the location where you installed vcpkg

export VCPKG_ROOT <path to vcpkg>

Install CMake, a cross-platform build system.

Now you can use a preset to compile maze. Possible values are: x64-debug, x64-release, osx-debug, osx-release, linux-debug, linux-release

cmake -DCMAKE_BUILD_TYPE=Release --preset x64-release
cmake --build out/build/x64-release --target game --config Release

Or, for Linux

cmake --preset linux-release
cmake --build --preset build-linux

The maze executable will be found in the build directory: out\build\x64-release\maze\Release\maze.exe

Credits

Art assets from Dagon's Dungeon Pack

About

A dungeon crawler with corporate ambitions

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published