Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

HeelHook

37
Posts
3
Followers
1
Following
A member registered Nov 08, 2015 · View creator page →

Creator of

Recent community posts

dang really? there's nothing after 3-0 (all I had time for) but beating the level by getting to the teleporter should unlock the next one. In any case you can hold down p and q at the main menu to unlock all levels

fun lil game

You're right those guys are bullshit, I should have fixed em

this game fucking rocks dude

I am actually too stupid for this

Good start!

Good start! As with many Windows games this is playable on Linux through Steam (go to Steam -> Games -> Add a Non-Steam Game to Library -> add the exe)

good start

shot me a varmint

Your  sound and visuals are dripping with style 

Commit war crimes against the local HOA

ah ok skill issue on my part then lol

This game rocks. Is there a way to keep your guys alive or do they just die if they get hit a certain number of times?

"medium rare" got a laugh out of me in the first 2 seconds, good start

Thank you!

Thanks! You have to wall jump to get up and then use a well-timed slam to get past the spinner guys. (Also there is a cheat code. You can hold down q and p from the main menu to unlock all levels).

Thanks for your game! A couple suggestions:

I'd increase the player acceleration but put a limit on the top speed to make the character feel more responsive.

When you implemented jumping, you checked to make sure there is geometry below the character - great! But also, check the normal on the surface  below the character to make sure it's flat enough to jump from (unless you want all jumping!). Also, I'd suggest adding a cooldown on the jump to make sure you aren't accidentally jumping multiple times in a row: it's very easy to jump out of the level!

Nice, super polished

Not sure if I set up something wrong but line 36 in gltf_level_importer_base.gd, i.e.:

var extras:Dictionary = state.get_additional_data(CUSTOM_DATA) as Dictionary 

will throw an error if the object doesn't have any custom properties and the rest of the function doesn't execute (so materials don't get replaced, etc). 

You can fix this by just setting any dummy custom property in Blender but I found this annoying so I replaced the line with:

var extras = state.get_additional_data(CUSTOM_DATA)

if extras == null or typeof(extras) != TYPE_DICTIONARY:

extras = {}

else:

extras = extras as Dictionary

I'm using Blender 4.3.2 and Godot 4.4.1 btw.

lmao sick, OF COURSE we forgot to set the trigger to unlock the next level to the destroyed computers instead of the elevator itself

This is very unfinished, buggy, and will probably crash.  Feel free to mess around with it anyway.

aw man poor girl

Love the visual style on this one (I'm obviously a fan of lo-fi graphics).  Great atmosphere but unfortunately I haven't had time to finish it (the map is indeed quite big). 

Adding more guns and enemies are definitely goals on my list. I'd like to have done an indicator too, but the best I could do for now is make them a bit easier to see. Thanks for your feedback!

Thanks! I'd love to have made more enemies but I barely made the submission deadline as it was.  Maybe more in the future!

Thank you!

Thank you!

Thank you! I'll try to be better about introducing those kinds of mechanics as they're not super intuitive at first.

Thank you! If I do an update I'll try to tweak the difficulty a little on some of the puzzles, and do a better job introducing  the mechanics of the potions.

Thanks for the feedback! I really wanted to make more levels and different paths the player could take between them, but unfortunately I simply ran out of time (didn't we all).  I'm glad people are getting a little spooked by the vampire coming out as I wanted it to be at least a bit surprising. 

Oh man thanks for pointing that out! I mentioned it in the description, hopefully people can figure it out.

I had a lot of fun playing this, what can I say, I love FP action platformers. Unfortunately I had some frame drops which made some of the jumps difficult. I like how the jump input is buffered and I'd consider adding coyote time as well

Love the artstyle, it's very "thanks I hate it" in a good way

Sir I will GET to you when I GET to you

This one is really solid, love the visual style also

Nice, fun prototype!

Things I liked: 

-liked the mechanic of having to maintain the fire and watch out for health at the same time

-visual effect of encroaching darkness and the feeling of the arena becoming more cramped

Things I wanted:

-ability to carry multiple items at once

-picking up items automatically when walking over them

Keep up the good work!

Thank you!