Space Invader is a simple Python game where you control a spaceship to shoot down invading aliens.
The game is developed using the Pygame library and features basic gameplay mechanics.
- Installation:
・Make sure you have Python installed on your system.
・Clone this repository:・Navigate to the project directory:git clone https://github.com/PrincesseCam/Python_Project0_minigame.git
cd Python_Project0_minigame
- Running the Game:
Run the main script:
python main.py
- Controls:
・Use the left and right arrow keys to move the spaceship.
・Press the right shift key to shoot bullets. - Objective:
・Destroy as many alien spaceships as you can.
・Avoid colliding with alien spaceships.
・Player Spaceship: Control a spaceship to navigate through space.
・Alien Enemies: Several alien spaceships move across the screen.
・Shooting Bullets: Fire bullets from your spaceship to destroy aliens.
・Scoring: Earn points for each alien spaceship destroyed.
・Game Over: The game ends when an alien spaceship collides with your spaceship.
・main.py: Main Python script containing the game logic.
・spaceshadow.png: Background image for the game.
・fuser.png: Image for the player's spaceship.
・alien.png: Image for the enemy alien spaceships.
・bulletfeu.png: Image for the bullets fired by the player's spaceship.