small clone of original game writened in python/pygame
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.
git clone git@github.com:Lukkra211/Asteroids.git
cd Asteroids
./asteroids
or
make run