oscarsweatman2 / NO-Asteroids

Nick and Oscar attempt to make a game like Asteroids within 2 weeks.
2 stars 0 forks source link

Asteroid Waves #26

Open oscarsweatman2 opened 10 years ago

oscarsweatman2 commented 10 years ago

Asteroids come in waves. Overall, waves progress to get harder. Each wave is announced before it comes with a small breather between them. Waves can just be a certain number of astroids, or asteroid kills, or time.

nickhester commented 10 years ago

The "AnimationCurve" is an interesting option for controlling asteroid waves. It basically gives you a graph to play with.

You could also have a curve for each type of asteroid (special enemies) that all play simultaneously.