OpenKKND
KKND eXtreme remake based on original exe decompilation.
Code refactoring is underway.
Build
- Install & configure vcpkg (https://github.com/Microsoft/vcpkg)
- Make sure VCPKG_ROOT env variable is set to vcpkg folder
- Make sure dumpbin.exe (part of the Visual Studio installation) is on the PATH (windows-only) to copy dependant libraries dlls via applocal.ps1
- Install sdl2 with vcpkg (vcpkg install sdl2:x86-windows, sdl2:x64-linux etc)
- Set poject output to your KKnD installation folder
- Build using any CMake-compatible IDE or command line (Visual Studio will do)
- Run
Status badges