Skip to content

Learning to create a spacewar game using the Pygame library. I hope this project helps others learn as well.

Notifications You must be signed in to change notification settings

BillyHasman/py-game-spaceInvaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Learning to create a spacewar game using the Pygame library. I hope this project helps others learn as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages