Play game
DeathFall's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Music | #417 | 2.563 | 2.563 |
Mechanics | #422 | 2.750 | 2.750 |
Sound | #431 | 2.375 | 2.375 |
Story | #481 | 2.063 | 2.063 |
Fun | #493 | 2.625 | 2.625 |
Theme | #569 | 2.250 | 2.250 |
Aesthetics | #587 | 2.500 | 2.500 |
Ranked from 16 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
How many people worked on this game total?
1
Did you use any existing assets? If so, list them below.
Yes
Link to your source?
Credits are in game
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice work! Didn't manage to finish it, but enjoyed what I did play! Keep up the good work!
Thanks for giving it a shot. I was thinking of increasing the movement speed. Do you think that would increase it replayability?
Good job with the game.
Thank you. I'm proud to say I submitted a finished product. Even if its not revolutionary
This was a fun little metroidvania. Maybe with the bats they could fly in to attack then sort of circle out, just so they don't group up on you where the attack hitbox can't reach. Once I found out I could cast a spell it pretty well resolved the issue, but as others have said they can be a nuisance
that was the plan originally but i couldn't figure out the way to code it. Ive had trouble gerting them to move in a Sin wave or lose targeting and reallocate
Out of curiosity, I downloaded the project file and looked up how you're handling the bats. I think using collisions might be making things more tricky, because onCollisionExit makes the bat forget the player and then go looking for it, so if you did have the bats circling, they'd go to leave the player then immediately turn around and go looking for them again.
What you might try is not worrying about that part, but instead have the bat always know where the player is. Add a float timer and a Vector2 offsetPos at the top.
When the bat hits the player collider and deals damage, set the timer to some random value and the offset position (offsetPos) to a vector2 that, when added to the player position, would place the bat just beyond the player's attack.
If the timer is greater than 0, subtract Time.deltaTime from it, and have the bat move toward player.position + offsetPos. Else if the timer is less than 0, swoop in for the attack. When it collides, it'll deal damage, reset the timer and offset, and swoop back out.
ill have to do some reading on offsetPos. it sounds like it could work.
oh it's not any sort of official variable name or anything, just what i called the Vector2 variable for a position relative to the player position where the bat could hover before making another attack
Funny game. Am I just a head? I'm very bad at castlavania and stuff :P I got stuck as a head on the way to my leg/arm :D
Fun little game. It wasn't clear that I could wall jump at first, and the bat hit boxes seemed a bit too tight. Very neat though. Good work.
Thank you for playing!
Some of the mechanics are a little less clear but considering its only one level and no written story I wanted to have some discovery available. The bats are definitely a challenge and could have been bigger. I opted to make the casting ability have a larger area instead and they can target it instead of you.
The whole level takes about 12 min to complete. Can you make it to the end? Leave a screenshot of your time if you did
Interesting game, Not to sure how the theme of the jam ties in, but it does work and run, I like the looking through a TV. sounds bugged me a bit, some were to loud compared to the rest imo. and maybe even adding some floating HP bars to enemies would be awesome.
It was a nice game to play, glad I cam across the submission.
Thank you for playing! Did you get past the first area?
Interesting game, Not to sure how the theme of the jam ties in, but it does work and run, I like the looking through a TV. sounds bugged me a bit, some were to loud compared to the rest imo. and maybe even adding some floating HP bars to enemies would be awesome.
It was a nice game to play, glad I cam across the submission.
Fun game, I got stuck at one point and didn't realize I could wall jump. Lol. Great game.
Thank you for giving it a try. If you made it to the end, leave a screen shot of your time!
Great animations with simple but enjoyable controls. The bats keep following me! lol Great submission!
Funny thing about the bats. I spent a whole day making them and then forgot about them altogether until the day before I finished the game! After seeing they were so annoying I had to fix the cast ability Hitbox to be able to destroy them, otherwise they will push you down and prevent you from making specific jumps. I hope they are as frustrating as I planned.
Fun game. I liked the teleport feature.
Hi, I noticed your submission is missing source. Your source is everything someone needs to download your game, open it in the game engine, and hit Play to play the game.
I don't fully understand the instructions but i will look into that ASAP
**Update** Found it! Uploading now