Great platformer. I’m not good at platforming game but still enjoyed it. also the fact that you uploaded the game in like 1 or 2 days is pretty nice when compared to the game’s graphics.
$BlueDev5
Creator of
Recent community posts
Great Game. Had so much fun avoiding those bugs, it was in fact a bit stressful at first but then got fun. Also there seems to be some bug by which I just won’t die even if I get hit with 20 bugs.
Edit: Okay so I took a look at your code. and here’s where the problem should be. In the MainScene.js line 99 you checked weather the stress level is == 3. but there’s a chance that the player has stress of 2 and gets hit by 2 bugs in the same frame causing the stress level to be 4 for the next frame to check. so you should change that to >= 3 instead of == 3. Hope this fixes the issue.
Thanks for playing our Game. I’m glad that you enjoyed the art, sounds and the dialogs!
For switching the weapons you can also use number keys.(the 1, 2 and 3 number keys to switch weapons, 1 will always be the scythe).
We seperated the scythe controls, because you can use space for normal scythe attack and Left or right shift for a special attack that damages more but takes a bit more time to play. But we’ll try to condense the controls a bit and hopefully add a tutorial soon after the voting period ends.
Yeah, the extra reload time for weapons seems a bit unnatural as there are no animations for it indicating the player that he’s reloading his weapon. Level 1 is in fact a little hard for new players, who don’t know a lot of the controls yet, we’ll try to balance it.
Also we’ll increase the hit detection for the scythe, as I too saw that the the hit box for the scythe was a bit small for the normal attack
And at last thanks for your very informative review!!