generated from mwc/project_game
d0952e420317972e1373502a1237d9b745691a15
For the meteor speed mechanic, I updated asteroid.py to give each asteroid a speed value and move only on certain turns depending on that speed. I also changed the spawner so each new asteroid gets a random speed between 1 and 3. This means some asteroids fall quickly while others fall more slowly. This addition is important because it creates more variety in the game, makes movement patterns less predictable, and increases the challenge in a natural way as the player navigates different kinds of threats.
Description
No description provided
Languages
Python
100%