Simple arcade-style Asteroids game written in Python using pygame for a college assignment.
Download the Windows release and extract/run the executable.
Or, clone this repo, install requirements with pip
, and run asteroids.py
with python3.10.x or higher (recommended)
Navigate your spaceship using the Left and Right arrow keys to change direction, activate the thrusters with the Up arrow key, and fire your weapon using the Space key.
Your goal is to shoot down all of the asteroids to earn points and advance to the next level.