Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.17 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.17 KB

Simple Space Invaders Game using Pygame

Welcome to Space Invaders! This project is a Python-based game developed using the Pygame library. The game challenges players to defend their spaceship from waves of alien enemies. The player can move their spaceship up, down, left, and right while shooting bullets to destroy the enemies. The game features background music, sound effects, and dynamic enemy movements, offering an engaging and nostalgic gaming experience.

Features

  • Player spaceship movement and shooting
  • Multiple enemies with random positions and movements
  • Collision detection between bullets and enemies
  • Score tracking and display
  • Background music and sound effects

Getting Started

Prerequisites

To run this game, you need to have Python installed on your system. You can download it from python.org.

Installation

  1. Clone the repository:

    git clone https://github.com/BillyHasman/py-game-spaceInvaders.git
    cd py-game-spaceInvaders
  2. Install Pygame:

    pip install pygame

Running the Game

Navigate to the project directory and run the game script:

python py-game-spaceInvaders