Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 367 Bytes

Game "Asteroids".

Language - Python 3.

Libraries:

SimpleGUICS2Pygame (https://pypi.python.org/pypi/SimpleGUICS2Pygame).

Dependencies:

Matplotlib(http://matplotlib.org/) and PyGame(http://www.pygame.org/).

Simply run script game.py with python. FYI, to avoid any errors on closing window a recommended way to run script is

python game.py --stop-timers