Gaspard-- / Swords-Scrolls-and-Knuckles

Survive and FIGHT!
6 stars 5 forks source link

Swords Scrolls and Knuckles

Swords Scrolls and Kuckles

Compilation

Dependencies

Both Windows and Linux versions require the same dependencies:

Windows

To compile Swords Scrolls and Knuckles on a Windows NT system, open CMake and create a Visual Studio solution for the project. You will maybe need to set some environment variables accordingly to your dependencies home directory.

Linux

To compile Swords Scrolls and Knuckles on Unix-like system, open a terminal and type:

mkdir build && cd build
cmake ..
make

Now, you can play the game by typing ./ssk from the project directory! :)