A downloadable game for Windows and macOS

In Hellsprawl, you play as a knight in hell. You are tasked with destroying an infestation of sentient masses of gore and viscera down in the nearby caves. 

Download

Download
hellsprawl_WINDOWS.exe 89 MB
Download
hellsprawl_MAC.zip 66 MB

Install instructions

For Mac users: I cannot verify that the game actually works on Mac, and if it does you will most definitely get a permission error. I'd recommend installing the game through the Itch.io app, but there are a number of other workarounds.

Comments

Log in with itch.io to leave a comment.

not very game

u get 3

:(

(1 edit)

Don't know if you'll do anything with this. But I just thought I'd give my feedback on this (from a studying game-designer)

  • You have a lot of space above the character, but not a lot below. So if you're standing on a higher platfrom, it's more difficult to see the map below. 
    • One way of fixing this would be to add an extra control, for example on S. Pressing it would mean that the camara would temporarily shift down a bit, revealing more of the level
  • Dying is quite unforgiving. Right now, the levels can be quite long, and without any checkpoints in between, it's rather tedious to complete a level. Especially when the level starts of hard (like in level 3)
    • There are multiple ways of tackling this. You could add checkpoints inside the levels. You could make the levels shorter. Or you could make the beginning of the level less tedious to complete (cause you might need to compleet it quite a lot)
  • Hand in hand comes the damage taking. Right now, you can take damage, and immediately take damage again. So if you're squished against an enemy, it's an instant game over.
    • Most games like this, fix this by having something what's called an 'invincibility counter' Where for just a few moments (a second or so) the player cannot get damaged. This is usually indicated by the character flashing for a bit. (you can see this really well in any Mario Bros game)
  • And last, a smaller note. The spikes you have right now, don't really seem to align with the hitbox of the objects. So you can think you're safe, when you're actually not. This may also have something to do with the players hitbox.

Overall, I think it's quite nice to play. The way you introduce new mechanics is really nice and 'dummy proof'. And I gotta be honest, I did not get past level 3. I tried like 10 times, but because of the things mentioned above (might also be a skill issue on my part ngl) it was too frustrating to complete.

(this post turned out way longer than I expected lol)

(2 edits)

Oh yo thats sick thanks so much for the feedback! You're definitely completely right about all of that but I'm not gonna fix any of it (NOT TRUE, SEE EDIT) because this is my first game and it was more of just a way to prove to myself that it's possible for me to make a game. Plus all the code and file organization is really bad so I'm basically just gonna start from scratch and make a "sequel" now that I know how to do most of this stuff.

If you do want to try out levels 4 and 5, you should be able to go to your user folder and then:

\AppData\Roaming\Godot\app_userdata\Hellsprawl

and then change all the 0s in playerData.txt to 1s, which should unlock all the levels.

Once I get started on that "sequel," I'll start posting devlogs of it on my YouTube channel if that interests you:

https://www.youtube.com/channel/UCQZIlIVC62IX3KBFsHF_dMA

Thanks again for playing!

EDIT:

Its been like 20 minutes and I've changed my mind lol. I'm gonna make that spike hitbox a bit more forgiving and make level 3 easier. 

EDIT 2: ok its been fixed lol

KNOWN BUGS:
-Sometimes when you die you can still move for a sec
-Occasional hitbox badness when landing on enemies' heads
-On wider displays, the level select screen will be off-center