Skip to content

PrincesseCam/Python_Project0_minigame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Python_Project0_minigame

Space Invader 👾 👽

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.

How to Play

  1. Installation:
    ・Make sure you have Python installed on your system.
    ・Clone this repository:
    git clone https://github.com/PrincesseCam/Python_Project0_minigame.git
    
    ・Navigate to the project directory:
    cd Python_Project0_minigame
  2. Running the Game: Run the main script:
    python main.py
  3. Controls:
    ・Use the left and right arrow keys to move the spaceship.
    ・Press the right shift key to shoot bullets.
  4. Objective:
    ・Destroy as many alien spaceships as you can.
    ・Avoid colliding with alien spaceships.

Gameplay Features

・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.

Screenshots

pythongame

File Structure

・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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages