Windows build | Linux build |
---|---|
Spell Knight is a run and gun platformer. The aim is to get to the portal at the end of the level as quickly as possible without dying.
A - Move left.
D - Move right.
W - Jump.
Space - Shoot.
Controls are rebindable.
Builds for Windows x64 (including an installer) and Linux can be found on the Releases page.
-
Open a terminal and run
git clone https://github.com/Ligh7bringer/SFML-Game.git
-
In the directory of the repository, run
git submodule update --init --recursive
-
Build a solution or generate makefiles using CMake.
- If openal32.dll is missing, download it and put in the folder where the executable is.
- If you have openal32.dll but the game still doesn't start, run it as Administrator as it needs to create settings.txt and score.txt. If the files still can't be created, download them.