godot-2d-space-game icon indicating copy to clipboard operation
godot-2d-space-game copied to clipboard

Lower the initial difficulty: Pirates are too OP

Open Hansel-Dsilva opened this issue 4 years ago • 2 comments

I'm submitting a...

  • [ ] Bug report.
  • [x] Feature request.

Feature request

Currently, the pirate enemies are really overpowered and can defeat the player very quickly which is not fun to play against, especially in the beginning before the player can get any upgrades.

I can think of many ways to balance this:

  • Lower the damage of pirates depending on their proximity to the home base (gets harder as the player goes far; easy to implement)
  • Player automatically regenerates health at some rate after a few seconds without taking damage (regen speed could be a good idea for a new powerup)
  • Home base refills player health (quickly) when docked to (makes most sense).

If I had to choose, I would go for the last option (home base regen) because it makes the most sense, wouldn't make the game too easy, & also rewards strategic gameplay without punishing bold moves.

I would love further suggestions to balancing the difficulty.

Hansel-Dsilva avatar Oct 21 '20 07:10 Hansel-Dsilva

There's a lot to do to balance the demo and turn it into an actual fun game. Regarding the pirates, you have to consider you're not supposed to fight them initially; the idea is you start weak and need to upgrade your ship first.

As for the fighting balance, for instance, with the laser and precision aim mode, they're easy, and with the plasma gun super hard. The weapons themselves need balancing. This could be in the form of an aim helper, reducing the pirates' precision when shooting, etc.

Anyway, for now, the next feature in this demo would be infinite generation, an algorithm that's been a work-in-progress in https://github.com/GDQuest/godot-procedural-generation

NathanLovato avatar Oct 21 '20 13:10 NathanLovato

You're right, laser with mouse aim is easy. Currently, is there any way to regain lost health? If not, could it deserve a new issue? The Increase Max Health upgrade seems pointless without some way to gain hp.

Hansel-Dsilva avatar Oct 23 '20 19:10 Hansel-Dsilva