Glacier150 / Blockfall

This is a simple game about falling blocks that takes very loose inspiration from James Bond.
MIT License
2 stars 0 forks source link

Feature: Waves #5

Open mariano-f-r opened 1 year ago

mariano-f-r commented 1 year ago

Right now, the enemies are currently coming in an infinite deluge forever. I would like to propose having saved, in which after a certain number of points, the current wave ends, there is a brief pause to show "wave 2" and then the enemies get harder. Perhaps wave could be an attribute on the possible enemy class mentioned in issue #4, but I digress, as implementation details are your prerogative as a maintainer.

Glacier150 commented 1 year ago

This would be interesting. It reminds me of Galaga, where after you eliminate all the alien ships in the round, it displays the name of the next stage, and more aliens appear. In Galaga, though, aliens spawn and stop in fixed positions and patterns. The waves of this game should stay semi-random at least. I'll save this for later, though.