This is my first Pygame. It's a simple game where you are controlling a ship in space and have to dodge meteors while blasting enemies. After the bossfight you have succesfully completed the game! Any tips on the code, game mechanics or usage of git are welcome!
Menu buttons work with mouseclicks, the rest of the game is played with the keyboard.
If keypresses for the ship don't register (such as on mac), try: 'pythonw Spacey.py' instead of 'python Spacey.py'