I changed how the asteroids spawn on the screen. It used to be they just spawn in a random place with a random angle and random speed (all with relevant parameters). Now they spawn at a set x but still the same random y, speed and angle and they spawn one at a time with intervals that change depending on the level. This did make the levels easier so I will be adding harder ones in the future