ucsd-cse125-sp24 / group5

A character-based ability shooter 2v2 heavily inspired by Four Seasons
https://cse125.ucsd.edu/2024/cse125g5
6 stars 0 forks source link

Random dance bombs #69

Closed Melody-Ruth closed 4 weeks ago

Melody-Ruth commented 4 weeks ago

In GameConstants.h, we set the number of dance bombs we want to happen during the game, and how long to wait before it's possible for them to appear. Currently I have it set to do 3 dance bombs during the game, with none in the first 10% of the game time. We divide the other 90% of the game up into 3 buckets of time, and set one dance bomb to happen at a random time within each bucket. Each time we run the game the dance bombs should happen at different times.