Hey there! For a course at our university, we implement the ATARI 'Asteroids' game with python and the pygame library.
- Clone this repository: $ git clone https://github.com/Flosener/asteroids
- Install required packages (only pygame): $ pip install pygame
- Execute the game: $ python3 asteroids.py
- Choose a difficulty (1, 2 or 3) in the console.
And that's it - have fun playing!