Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.19 KB

Asteroids

small clone of original game writened in python/pygame

What's the game about

It is simple and pretty old game nowadays. It's about shooting asteroids, that splits into smaller ones until they disappear. The goal is simple - achieve higher score by shooting and trying not to die (you can die if the ship collide with asteroids or is shot by UFO). UFO emerge when ship doesn't accelerate for some time.

How to use

git clone git@github.com:Lukkra211/Asteroids.git
cd Asteroids
./asteroids

or

make run

How it looks

  • Title screen
  • Menu
  • Controls
  • Game 1
  • Game 2
  • Game 3
  • Game 4
  • Game 5