Closed patpragman closed 3 years ago
It should be worth mentioning that this shouldn't be too crazy to fix. The instance of the game is created in "menu.py" and there's a function at the very top of the file that creates an instance of a "Game" object and returns it. Tweaking the creation of the SpaceBoulder objects to account for player location would fix this.
Fixed this with latest commit. Asteroids cannot spawn on top of a player anymore.
Right now the asteroids are just randomly scattered throughout the map on startup. They should be placed randomly, but not to as overlap with the player's ship at start.