SpellKnight: a 2D platformer written in C++ using SFML and box2d. Coursework for Games Engineering.
This project is maintained by Ligh7bringer
| 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.