Skip to content

A classic Space Invaders game implemented in Python using the Pygame library.

Notifications You must be signed in to change notification settings

Kotik112/Space-Invaders

Repository files navigation

Space Invaders

A classic Space Invaders game implemented in Python using the Pygame library.

image

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To run this game you need to have Python 3 installed on your machine. You can download it from here, and pygame which can be installed using pip install pygame

Running the game

To run the game, navigate to the directory where you have downloaded/cloned the files and run the following command:

python main.py

Controls

  • WASD to move
  • Space to shoot
  • Enter to start/continue the game

Features

  • Multiple levels of increasing difficulty
  • Keeps track of high score even after closing the game (stored in a file)
  • Sound effects and background music

Built With

  • Python 3 - The programming language used.
  • Pygame - The game library used for development.

About

A classic Space Invaders game implemented in Python using the Pygame library.

Topics

Resources

Stars

Watchers

Forks

Languages