Skip to content

TheSheepKing/Swords-Scrolls-and-Knuckles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swords Scrolls and Knuckles

Swords Scrolls and Kuckles

Compilation

Dependencies

Both Windows and Linux versions require the same dependencies:

  • Cmake (> 2.6)
  • Ogre 1.10
  • OIS (Generally presentend as a dependency of Ogre)
  • OpenAL
  • PyBind ( -> Python 2.7)

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! :)

About

Survive and FIGHT!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.0%
  • CMake 6.8%
  • Python 2.0%
  • Makefile 0.2%