Skip to content

Here is a basic Space Invaders game created by using pygame module of Python

Notifications You must be signed in to change notification settings

kingpin8510/Space-Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Space Invaders Game

Welcome to the Space Invaders game! This project is a nostalgic tribute to the classic retro game, built using the Pygame library along with other supporting Python libraries.

Features

  • Retro Gameplay: Enjoy the classic feel of the original Space Invaders game.
  • Pygame Library: Built using the powerful Pygame library for seamless game development.
  • Multiple Levels: Progress through increasingly difficult levels.
  • Sound Effects: Nostalgic sound effects to enhance the gaming experience.
  • Score Tracking: Keep track of your high scores.
  • Responsive Controls: Smooth and responsive controls for an authentic arcade experience.

Demo

You can view a live demo of the game here.

Installation

To get a local copy up and running follow these simple steps.

Prerequisites

  • Python 3.x
  • Pygame library

Installation Steps

  1. Clone the repo
    git clone https://github.com/yourusername/space-invaders-game.git
  2. Navigate to the project directory
    cd space-invaders-game
  3. Install the Pygame library
    pip install pygame
  4. Run the game
    python main1.py

Usage

  • Use the arrow keys to move your spaceship left and right.

  • Press the spacebar to shoot at the invading aliens.

  • Avoid the aliens' shots and prevent them from reaching the bottom of the screen.

  • Try to achieve the highest score possible!

    Have fun :)

About

Here is a basic Space Invaders game created by using pygame module of Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages