TriCot-Game-Studio / bullets

bullet heck game
MIT License
0 stars 0 forks source link

add enemy spawn #26

Open AdamSpannbauer opened 4 years ago

AdamSpannbauer commented 4 years ago

currently, we have a single CirclePattern that spawns in a set location on game start

instead, lets check the number of enemies/bullets on screen (n_enemies), and if n_emenies < some_threshold then spawn another circle at some location (location prolly influenced by randomness, but around edge of screen)