djog / tank_battalion

Tank Battalion recreation by DJOG Uno's 2020 in processing.
GNU General Public License v3.0
3 stars 0 forks source link

Enemy spawning #21

Closed rijkvp closed 4 years ago

rijkvp commented 4 years ago

Every round of the game enemies gets spawned after some amount of time.

Create a countdown timer system that counts down a few seconds. The amount of time should be random between two constants. When the timer goes of an enemy should be spawned at the top of the arena. Note that the enemies shouldn't move yet. We will implement that later.