Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, here to return the favor of rating my game ;)

You have a nice game here, but I'm not really happy with it. There are a few things that should be changed:

  • The movement of the character is a little to slippery for my personal preference. 
  • As others have mentioned, you should be able to use spacebar all the time and I would consider binding shoot and retract to the same button, or left and right mouse button.
  • The enemies are spawning a little to random. I would check if the character is too close to a spawn point and avoid spawning enemies there. In this case the player will not be surprise by an enemy and gets a foul.
  • I played until a score of 1100 or so (first try) and there was no increase in difficulty and the game felt a little boring after a while. Different enemies would be an idea, like in my game.

So, fixing the points above (or not if you disagree) and increasing the difficulty could make the game better. But you have a solid game. No bugs and physics are working fine.

Thanks for your feedback! Those are all points I have considered, but had no time for, due to spending way too long on tweaking the physics. If I update this in the future, they are all on the to-do list. :D

Using different buttons to shoot and recall the disc was a deliberate choice, in order to avoid accidental combo breakers.

Then go with left mouse button shoot and right mouse button recall.

But I think both on the same button would also work as long as you really execute the action on the MouseButtonDown event.  Because why would the player click the left mouse button again, when the disc is already flying?

All three mouse buttons are taken by the different throws (left spin, right spin, no spin). However, it would be easy to set up a trigger and recall with the same buttons if the disc is thrown. Perhaps I overestimated the chance of misclicks. :)

Thanks again for your feedback. I am getting some great pointers on where to take this moving forward! I am even considering a multiplayer version right now.

ok, it seems that I didn't read the description thoroughly enough. I did not know about the different spins. Now my idea with right click does not make sense anymore.