GavRobbs / embargo

Our submission for the final year Game Development Module for UOL Bsc. Computer Science
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Balance enemies and waves #17

Closed ArthurGW closed 2 months ago

ArthurGW commented 2 months ago

The playtest revealed the game to be a bit unbalanced, with a lot of enemies early on being quite hard to handle, a middle period where you had less trouble as you had plenty of turrets, then eventually (wave X) you just ran out of building space.

Some ideas for balancing:

GavRobbs commented 2 months ago

I considered having only scouts for the first wave, but given that it's a short game, I didn't want people over optimizing for them.

Increasing the battle tank numbers is tricky, since they can destroy buildings, if we increase it too much, they'll wreck everything. This ideally would require some more play testing and balancing, but we're running against time.

It's a tower defense game, so there should still be some element of overwhelming enemies numbers. I like the enhanced scout idea in theory, but it doesn't really change gameplay much (because scout hp goes up anyway), but it does add visual interest.

GavRobbs commented 2 months ago

There was actually a logic bug that was making the machineguns too powerful, but I fixed it. I increased enemy speed and HP as the wave progressed.