Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 515 Bytes

File metadata and controls

7 lines (5 loc) · 515 Bytes

Spacey

This is my first Pygame and the first time I am using Github. 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 my mac), try: 'pythonw Spacey.py' instead of 'python Spacey.py'