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
StatusReleased
PlatformsWindows, Linux
Authorsnej55
GenrePlatformer
Made withSDL
Tags8-Bit, Indie, Pixel Art, Retro, Short
Code licenseMIT License
Asset licenseCreative Commons Attribution v4.0 International
Average sessionA few seconds
LanguagesEnglish
InputsKeyboard
LinksSource code

Download

Download
Defblade-Win64.zip 196 MB
Download
Defblade-linux.tar.gz 307 MB

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.