Spaceship is a 2D space-themed game where players control a spaceship to destroy incoming meteors. The goal is to survive as long as possible by shooting meteors before they collide with your spaceship.
- Python 3.x
- Pygame library
- Make sure you have Python 3.x on your machine.
- Install the Pygame library by running the following command:
pip install pygame
- Navigate to the game directory and start the game using:
python py/main.py