To run: python3 asteroids-infinity.py
The objective of the game is to shoot and destroy the asteroids and saucers, while not colliding with either, or being hit by the saucers' counter-fire. The game becomes harder as the number of asteroids increases.
| Action | Key |
|---|---|
| Up | Up |
| Down | Down |
| Left | Left |
| Right | Right |
| Shoot | Space |
| Shield | Left Ctrl |
Upon shooting, the ship explodes. Normally a bullet should be projected out of the front of the ship. Additionally, the ship does not break when colliding with an asteroid.