Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

i honestly appreciate a ton the time you spent writing such a descriptive review.

I am very glad you enjoyed most of the things and as far as the negative go, i'll try to elaborate:

  • You are absolutely correct about the diagonal shot, that was the most junky code i've written in a while but with the time limit i just brute forced a working minimum viable product. Also, the shooting controls point you made is something every single one of my buddies that tried it said as well, but  i had already submitted it :/
  • The enemies being unnecessary to hit [im pretty sure you are refering to bone hitbox rotating for the most part] was intended. There are two types of frustrating, bad and good. Think about hitting dodgy enemies in Enter the Gungeon or Binding the Isaac? i would argue that's [good frustrating]. I feel the way i implemented it it feels like you "just miss the shot by a very small size of height" which seems like a bug, so i might have overestimated getting my point across. I feel like this is one of these game design philoshophy things you need a lot of experience with, which i don't have. That is also why you commenting on that as a negative is an immensely useful feedback.
  • As far as difficulty goes, it's king of subjective but i feel you. I also think it's hard to strike a perfect balance between hard and too hard. This is a game jam, so a player is most likely another dev rushing other developer games at about 15-30 minutes each. In such a format, it might have been wise to do something like refill the health but i chose[chose meaning didnt have time xD] to implement a harder iteration.

All in all, thank you for taking the time and enjoying the experience!

Jeah I mean, every game behaves differently (regarding difficulty)

In normal games (the big ones) like Dark Souls, people overcome frustrating difficulties by the sense of progression etc. This is not a given in a Jam Project where one is happy the game gets played at all, this is why in general to keep the difficulty rather low, or ramp it up slowly, since the player spends not a  lot of time getting accustomed to the controls of the game. In my game there is a walljump that everybody thinks is too hard. If one would replay the game and try the walljump again, they'd find it a lot easier. (At least I did.) This is what I mean by "no time getting accustomed to the controls of the game". In a full title I might make the walljump harder even. In this jam, I could've made it a cutscene that auto plays, which sucks to me, taking control away from the player... But it would've been rated in the game's favor.


When you referred to the bones, I get that, sometimes there should be an enemy that is more difficult to hit.  It's just a problem when you only have 2 hits, before you are out (because usually small agile enemies do less damage), can't  aim freely, and 10 different things try to shoot you on a small screen. I think the problem is not the enemy itself in my mind, but the way he is implemented overall.


And please don't take it too negative, I'm just giving my thoughts on the game, I'm not the be all, end all of Game Design, and I'm very much learning myself.