Clone of 1979 Atari game implemented with PyGame.
Clone repository and install game with:
python setup.py install
To play type:
python -m Asteroids
Use arrows to move ship and space to shoot. You can pause the game with P and exit the game with Esc.
Commit messages are written according to How to Write a Git Commit Message.
Code analysis is performed with Pylint. To run it type:
pylint Asteroids