Skip to main content

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

Thanks for the detailed feedback.

  • I've changed how it functions now, so it should work correctly. You can also use Spacebar to pause now. It used to be tied to a timer. Now it's a more proper toggle.
  • The buttons are now bigger. The whole frame acts as a button. I just didn't think of that earlier, so thanks for pointing this out.
  • I rearranged the menu for the Start to be on top. So it should be pretty easy to spot now.
  • The Restart button now won't show up until the game actually starts. This should eliminate any confusion. And yes, it's essentially a "clear progress" button indeed. One playthrough is just 10 minutes and there's absolutely nothing that needs to be saved. So that solution seems to be optimal.

Yup, that seems much better behaved. Spacebar to pause is a nice touch too, I hadn't thought of it, but it really helps since the enemies move so fast that makes it easier to pause and queue up a starting army before they close in.

And yeah, I have no issue with the "Restart" being a "clear progress", just found the behaviour slightly confusing with the layout of the buttons and it kind of looking like it was the start button (since it was kind of paired with "exit"). It not being there does mean I no longer want to click it to start the game lol. Although for some reason I still found myself spending several seconds trying to figure out how to start the game when I loaded up the page again today. If I can figure out why, I'll let you know. (Maybe it was the "Made with Gdevelop" banner darkening the top of the menu, so drawing attention away from the start button, or maybe "start" looks too much like part of the menu title... I'm not sure yet).

UX is both an interesting and irritating field eh?

Yeah, I thought of it when testing but didn't know how to implement it. Then a few people asked for it as well and after some trial and error, I managed to do it.

And it was confusing indeed, I agree. I mean, the "Exit" button does nothing for obvious reasons. The logo up there indeed darkens the button too. But I want to leave it up there in case the game ever gets translated to other languages. Then the language choice would be neatly under the start button.

I was certain the bright buttons below would be self-explanatory. In the sense you're supposed to pause and read everything. But, turns out, it's not that intuitive for everyone. That's why there's an instructions pop up now. So I certainly agree it's both interesting and irritating. And sometimes confusing. Still, the most interesting part about it was optimising it to be used with just a click/touch. I could make the info pop up when hovering over a button. But on tablets and such you can't exactly hover over anything. So that's why there are buttons with question marks.