+ 2
How to create an infinite wave spawning sytem?
I'm creating a simple 2D game as a project, and I'm wondering on how this could be done using JavaScript.
2 ответов
+ 3
Hmmm I will try to make one, I have an idea
+ 2
In general, you would have a variable to store the current wave, and then generate a number of enemies based on the current wave. You can then increment the current wave based on time or objective goals.