Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 426 Bytes

File metadata and controls

12 lines (8 loc) · 426 Bytes

Asteroids

Hey there! For a course at our university, we implement the ATARI 'Asteroids' game with python and the pygame library.

How to use this game

  • 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!