✅ Expanding my code to create a "final wave"
BlazeBin - iqzhwgqlnmoe
A tool for sharing your source code with the world!
1 Reply
So for a requirement in my assignment, I have to create a “final wave” of balls that simultaneously spawn from north and south, and have a different color from the other obstacles
I’ve thought a lot about it, but I can’t seem to figure out what might work best
I think maybe I could have a final obstacle wave class that inherits from obstacle wave, but it seems like I’d have to make a lot of obstacle wave’s methods public to do so, and I’d have to override practically everything
Another part of me thinks I could get away with just spawning 2 waves at once in the wave manager