Hey! I played it on the boss rush jam! Personally I liked your game, but found it a bit too difficult.
Viewing post in Flannery Flames - Prelude jam comments
Hello, kkcn! Thank you!
Since the Boss Rush Jam, I changed a lot the game. Compared to the previous version, it's more friendly and easier. I don't know if I understood correctly, do you still find the current version of the game difficult? I'm trying to balance the difficulty based on player's feedback.
I appreciate the comment!
Ok, I just remembered why I thought your game was too difficult, ant to be honest this is because of my personal preference. I'd rather have the health filled up at the start of a new fight. I know there is a powerup that does that :)
Other than that, the game is fun, controls responsive, upgrade mechanic engaging. It did pretty good on BRJ, and replaying it now I am reminded why. Also- kudos for the web build. My BRJ game was the first one I did a web build for, and now I'm gonna try to do one for all of my jam games.
Btw (shameless self promotion here) feel free to check out my submission. It's an earlier game of mine, but something absolutely different from my BRJ thing.
Oh, I see! Thank you so much for your feedback, kkcn!
I collected and took notes from all feedback so far and tried to make changes accordingly. For me, it's always an option to make the game easier, it's just a matter of tweaking values and speeds. However, I don't want to reduce the challenge too much. Finding the right balance is my struggle right now.
Of course! I'll check your submission soon!
Ok, It's past 11 pm / 23:00 here, but I'll have quick thing about difficulty, and how I handle it.
In my last two games I have a "difficulty button" in my main menu. Basically it switches a global value between three modes.
"Normal" mode is how I designed the game. Pure and simple. Sometimes it's difficult, sometimes not, but it's an "intended experience".
"Easy" boosts your health by a crazy amount. It's supposed to be enjoyable for my 9 year old kid :)
"Hard" is normal but with a twist. In the game for this jam you don't regenerate health between encounters on hard. This is for folks who don't mind being sent back to the start.
This is a bit simplistic way of doing this, but for jam game it works great. The variable value is set in one place (main menu) and checked also in one place (health script/ class).