Skip to content

sakshi2199/SpaceInvader

Repository files navigation

SpaceInvader Game

Overview

This GitHub repository contains a basic implementation of the classic Space Invaders game using Python and the Pygame library. In this game, players control a spaceship that must defend the Earth from invading alien forces. The objective is to shoot down the incoming invaders.

Features

  • Simple and intuitive gameplay.
  • Responsive spaceship controls using keyboard input.
  • Invaders move in formation and gradually descend towards the player's spaceship.
  • Players can shoot the invaders.
  • Score tracking to keep track of your performance.

Requirements

  • Python 3.x
  • Pygame library

Installation

git clone https://github.com/sakshi2199/SpaceInvader.git

cd SpaceInvader

pip install pygame

Usage

Run the game using the following command:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages