Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 702 Bytes

File metadata and controls

20 lines (17 loc) · 702 Bytes

Asteroids Infinity

Running the game

To run: python3 asteroids-infinity.py

How To Play

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.

Controls

Action Key
Up Up
Down Down
Left Left
Right Right
Shoot Space
Shield Left Ctrl

Issues

1. Ship explodes when shooting

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.