Skip to content

A game based on the mechanics of Space Invaders, using pygame

Notifications You must be signed in to change notification settings

MrZouu/Space_Invaders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Space_Invaders

A game based on the mechanics of Space Invaders, using pygame

Language Libraries

Description

Space Invaders is a fixed shooter in which the player moves a laser cannon horizontally across the bottom of the screen and fires at aliens overhead. The aliens begin as five rows of eleven that move left and right as a group, shifting downward each time they reach a screen edge.

Install

Install pygame

pip i pygame

or

python -m pip install pygame

Images & Sounds

You can change the image. Download icons in 32px or 64px format as needed. Same for audio, with files in wav format.

Features

Main Menu

Coming soon

  • Start the game
  • Show rules
  • Leave the game

Game

  • You have your spaceship at the bottom of the screen
  • Several aliens are coming towards you from right to left on the screen.
  • Your score appears in the upper left corner of the screen.
  • There is background music, a sound when shooting and a sound if an alien is hit.

User guide

  • Move the Starship from right to left with the directional arrows.
  • Shoot aliens with the space key.
  • You lose if aliens reach the spaceship

Credits

  • Lorenzo : Creator of the project.

About

A game based on the mechanics of Space Invaders, using pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages