Defblade
A downloadable game for Windows and Linux
What is this?
Defblade is a precision pixel-art platformer, with combat based elements (and explosions), made from scratch using C++ and SDL2 for the high seas hack club event. Defblade is a difficult game, and players who are up to the challenge will have to parkour and battle their way past deadly spike pits, fiery lava lakes, toxic slimes and vicious bats. Avoid dying to maintain your bank balance (that starts at $1000), and slaughter enemies to replenish your doubloons.
How it works:
If you die, you lose money. When you kill enemies, you gain money. When you run out of money, it's GAMEOVER. ¯\_(ツ)_/¯
Controls:
Use WASD or arrow keys to move and jump.
Press X or J to attack.
Published | 1 day ago |
Status | Released |
Platforms | Windows, Linux |
Author | snej55 |
Genre | Platformer |
Made with | SDL |
Tags | 8-Bit, Indie, Pixel Art, Retro, Short |
Code license | MIT License |
Asset license | Creative Commons Attribution v4.0 International |
Average session | A few seconds |
Languages | English |
Inputs | Keyboard |
Links | Source code |
Install instructions
Linux Build Instructions:
IMPORTANT: Install SDL2, SDL2_image, SDL2_mixer and SDL2_ttf for linux.
This is for if you want to build from source:
1. Download linux build from itch
2. Make sure sdl2 libraries are installed.
3. Install cmake and ninja-build
4. Make sure headers in include/SDL2 match /usr/include/SDL2
5. Build:
rm -rf bin cmake -S . -B bin -G Ninja cd bin ninja -j4
6. Copy data folder into bin, or Defblade executable into working directory so it can access the assets.
7. Run Defblade!
For Windows you can just download the executable and play.
No Mac support yet :(
Leave a comment
Log in with itch.io to leave a comment.